Try These Html Codes if you have basic understanding of html.

<!DOCTYPE html>
<html>
<head>
<title>

</title>

</head>

<body bgcolor="#6EC6F1">
<hr>

<img src="logo-html.png" alt="Learn HTML" width="300" height="175" align="left">

<br><br><br><br><br><br><br><br><br><br>
<hr>
<br><br><br><br>
<script type="text/JavaScript"
language="JavaScript" src="time.js"></script>

<h1><strong>Html</strong></h1>
<p><code>It's a Html</code></p>

<div class="Div learn">
<h2><big>Div practice</big></h2>
<p><big><big> Dive is a realy cool tag <br>
It help to differentiate Two <br>
or more Content to make he code <br>
more easy to find in the all <br>
the content written</big></big><br></p>

</div>
<div class="Bold And Italic">
<h2><big>Bold and Italic</big> </h2>
<big>
<p>To make Words <b>Bold</b> try this<br>
<i>This one is Italic</i>
</big>

</p>
</div>
<div class="To format text with a monospaced font">

<p>
<big><tt>you guys</tt></big>
</p>

</div>

</body>
</html>

Previous
Next Post »