برچسب ها
<html>
<head>
<title>title of page </title>
</head>
<body>
<b>this text is bold</b>
<br>
<strong>this text is bold</strong>
<br>
<big>this text is bold</big>
<br>
<em>this text is bold</em>
<br>
<i>this text is bold</i>
<br>
<small>this text is bold</small>
<br>
this text cotain<sub>subscript</sub>
<br>
this text cotain<sup>subscript</sup>
<br>
<del>this text cotain</del>
<br>
<ins>this text contain</ins>
<br>
<code>this text cotain</code>
<br>
<kbd>this text cotain</kbd>
<br>
<tt>this text contain</tt>
<br>
<var>this text cotain</var>
<br>
<samp>this text cotain</samp>
<br>
<pre>
this is preformated text
for i=0 to 10
printi
nexti
</pre>
<br>
<samp>this text cotain</samp>
<br>
<abbr title="united nations">un</abbr>
<br>
<acronym title="world wide web">
www</acronym>
<br>
<address>
m.nikfaza
<br>
tel:001234
</address>
<br>
<bdo dir="rtl">
here is some text to read
</bdo>
</body>
</html>
