FREE ONLINE TOOLS FOR WEB DEVELOPMENT
Develop your site with NVU
Rounding Image Corners
Tool 3

Tuesday, July 21, 2009

HTML FORMAT TEKS

HTML menggunakan tag seperti <b> untuk tek "bold" dan
<i> untuk teks italic.


CONTOH TEXT FORMATTING

<html>
<head>
<body>
<p><b>Ini teks bold </b></p>
<p><strong>Ini teks tebal </strong></p>
<p><big>Ini teks besar </big></p>
<p><em>Ini teks emphasis </em></p>
<p><i>Ini teks italic </i></p>
<p><small>Ini teks kecil </small></p>
<p>Ini teks<sub>subscript</sub>dan<sup>superscript</sup></p>
</head>
</body>
</html>

No comments:

Post a Comment