HTML CODE and examples
CODE
------------------------------------------------------------------------------------------
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>hello</h1>
<h2>hello</h2>
<h3>hello</h3>
<h4>hello</h4>
<h5>hello</h5>
<h6>hello</h6>
First <hr width="50%" size="5px" color="red">
second <hr width="80%" size="10px" color="green">
<b>hello</b>
<i>Hello</i>
<u>Hello</u>
<b><i><u>Hello</u></i></b>
<div>
Div 1
<input type="text" name="">
</div>
<div>
div 2
<input type="number" name="">
</div>
<span>This is span tag</span>
<small>This is small tag</small>
<mark>This is </mark>mark tag <br>
<del>Hello</del>
<strong>Hello Friends</strong>
<pre>
a
b
d
f
g
</pre>
Hi, how are you?
hi how are you
</body>
</html>
------------------------------------------------------------------------------------
Comments