<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. -->
tag
struktur
<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”>
global
atribut
accesskey
class
id
dir
lang
style
tabindex
title
www.w3school.com/Tags
atribut lengkap
thankyou.
sandhikagalih@unpas.ac.id

HTML Dasar : #3 Tags