html dasar : #3 tags

21
<HTML> tag

Upload: sandhika-galih

Post on 12-Feb-2017

201 views

Category:

Education


0 download

TRANSCRIPT

<HTML>tag

<head>bagian

<title></title>- judul halaman

<style></style>

<script></script>- javascript

<meta></meta>- metadata

- CSS

metadata

<body>bagian

- teks <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <p>, …

- pendukung teks <br>, <hr>, <em>, <strong>, …

- gambar <img>

- hyperlink <a>

- list (bullets & numbering) <ul>, <ol>, <li>, <dl>, <dt>, <dd>

- tabel <table>, <thead>, <tbody>, …

- form <form>, <input>, <select>, <button> …

- script <script>

- object <object>

- grouping <div>, <span>

komentar <!-- ini adalah komentar. -->

tagstruktur

<namatag atribut=“nilai”>

<body bgcolor=“lightblue”>

<body bgcolor=“lightblue”>

nama tag

<body bgcolor=“lightblue”>

nama tag

atribut

<body bgcolor=“lightblue”>

nama tag

atribut

nilai / value

<body bgcolor=“lightblue” id=“myid” class=“myclass”>

globalatribut

accesskey class

id dir

lang style

tabindex title

www.w3school.com/Tagsatribut lengkap