Rabu, 03 Juli 2013

script HTML

HTML <!--...--> Tag

<!--This is a comment. Comments are not displayed in the browser-->

<p>This is a paragraph.</p>




HTML <!DOCTYPE> Declaration

<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>

<body>
The content of the document......
</body>

</html>

HTML <button> Tag

<button type="button">Click Me!</button>

HTML <dialog> Tag

<table border="1">
<tr>
  <th>January <dialog open>This is an open dialog window</dialog></th>
  <th>February</th>
  <th>March</th>
</tr>
<tr>
  <td>31</td>
  <td>28</td>
  <td>31</td>
</tr>
</table>

HTML buat pengguna script yang baru belajar. ini adalah contoh untuk membuat suatu website dengan tampilan simple, maaf saja kalau baru HTML doank gambarnya belum ada.