Write a html program to define tags
<html>
<a name="bf"> this is a book mark in the first file </a>
<h1> heading 1</h1><hr>
<h2> heading 2</h2>
<h3> heading 3</h3>
<h4> heading 4</h4>
<h5> heading 5</h5>
<h6> heading 6</h6>
<p> indicates a paragraph break this is a paragraph
<br> indicates a line break this is a line break
this is a normal text
<pre>
this is a preformatted text
</pre>
<a name="bbbb"> this is another bookmark </a>
<block quote>
this is another blockquoted text
uhurehyuhyugthyuhyt
</block quote>
<hr>
<br>
<i> this is a italic text</i>
<br>
<br>
<u> this is a underlined text</u>
<br>
<br>
<b> this is a boldtext</b>
<br>
<br>
<em> this is a emphasized text</em>
<br>
<br>
<tt> this is a type written text</tt>
<br>
<br>
<br>
<Strong>type val strong bold font
font
text
</Strong>
<br>
<br>
<cite>
<cite> highlighted citation text
</cite>
<br>
this is a <sub>subscripted</sub> text
<br>
<br>
this is a <super>superscripted</super> text
<br>
list ordered
<ol>
<li> first
<li> second
<li> third
<li> fourth
<li> fifth
<li> sixth
</ol>
<br>
list unordered
<ul>
<li> first
<li> second
<li> third
<li> fourth
<li> fifth
<li> sixth
</ul>
<br>
<dl>
<dt>
<dt> soup
<dd> tomato
<dd> minestorme
<dd> sweetcurd
<dt>snacks
<dd> tomtoes
<dd> Mine storme
<dd> sweetcurd
</dl>
<br>
<a href="#bf"> this is a normal link to the samefile </a>
<br>
<a href="#bf"> this is normal link to samefile</a>
<br>
<a href="chirag.html">
this is a bookmark link to the second file
gggggggg
</a>
<br>
<a href="#bbbb"> xxxxxxx</a>
<br>
<address>
this is the author's address in unique format
</address>
<br>
</html>
No comments:
Post a Comment