Abs
Abs
<head>
<title>Chapter3</title>
</head>
<body>
<h1>html 1 ka pura</h1>
<h2>components saare hain</h2>
<ol type="i">
<li>LOGICAL STYLE
<LI>PHYSICAL STYLE
<li>ordered list
<li>unordered list
<li>definition list
<li>nested list
</ol>
<ul type="circle">
<li>a
<li>b
<li>c
</ul>
<dl>
<dt>a
<dd>A letter
<dt>b
<dd>again a letter
</dl>
<p>above is a nested list</p>
<br>
<h1>logical style</h1>
<dfn>Html is a markup language</dfn><br>
<cite>newsgroup</cite><br>
<code>print("the value of n is 693727371937328727@89838#820$72789^389&@(*&*&%$^E$
%@#$!!!!%")</code><br>
<samp>(Abort,retry,we'll go again next time)</samp><br>
<em>incompetent ho aap</em><br>
<kbd>username</kbd><br>
<strong>Rasoiya mein kaun tha!kaun tha!kaun tha</strong><br>
<p> ab baari hain physical style ki</p><br>
<b>a</b><br>
<i>b</i><br>
<tt>c</tt><br>
<u>u</u>
<br>
</body>
</html>