Post untuk mengingatkan diri kawan sendiri tentang bahasa html (hypertext markup language). Mula belajar pada tahun 1997. Bahasa asas pengaturcaraan laman web.
Basic coding :
<html> buka
</html> tutup
Beginner coding :
<html> buka</html>
<head> tempat rujukan javascript, css etc...
<title> tajuk website di menubar</p>
</title> tutup title
</head> tutup head
<body> apa yang hendak dipaparkan</body>
</html> tutup
<h1> heading </h1>
#ffffff kaler putih
#000000 kaler hitam
<center> tengah </center>
<font type=""> jenis font</font>
<font size-=""> saiz font</font>
<b> bold </b>
<i> italic </i>
<u> underline </u>
space
<br> line break
<p> perenggan
<hr> horizontal line
<table> kotak/table
<tr> table row
<td> tulis di sini...
</td>
</tr>tutup table row
</table>tutup table...
list...
<ul> mula
<li> tulis di sini</li>
</ul> tutup list (kalo nombor, tukarkan ul kepada ol)
link
<a href="*.html"> tulis di sini </a>
Info : HTML
Subscribe to:
Post Comments (Atom)






0 comments:
Post a Comment