--: Putting It All Together :--
The following code incorporates all of the methods that have been explained in the previous pages:
<html>
<head>
<title>My first web page</title>
</head>
<body BGCOLOR="BLUE">
<h1>My first web page</h1>
<h2>What this is</h2>
<p>A simple page put together using HTML.
<strong>A simple page put together using HTML.</strong>
A simple page put together using HTML. A simple page put together using HTML. A simple page put together using HTML. A simple page put together using HTML. A simple page put together using HTML. A simple page put together using HTML. A simple page put together using HTML.</p>
<h2>Why this is</h2>
<ul>
<li>To learn HTML</li>
<li>
To show off
<ol>
<li>To my boss</li>
<li>To my friends</li>
<li>To my cat</li>
<li>To the little talking duck in my brain</li>
</ol>
</li>
<li>Because I've fallen in love with my computer and
want to give her some HTML loving.</li>
</ul>
<h2>Where to find the tutorial</h2>
<p><a href=" http://ergopalkrishnawithhtml.blogspot.in/ "><img
Src=" https://www.facebook.com/photo.php?fbid=353410591376351&set=a.181915378525874.61153.100001222395685&type=1 " width="157"
height="70" alt="KRISHNA" /></a></p>
<h3>Some random table</h3>
<table>
<tr>
<td>Row 1, cell 1</td>
<td>Row 1, cell 2</td>
<td>Row 1, cell 3</td>
</tr>
<tr>
<td>Row 2, cell 1</td>
<td>Row 2, cell 2</td>
<td>Row 2, cell 3</td>
</tr>
<tr>
<td>Row 3, cell 1</td>
<td>Row 3, cell 2</td>
<td>Row 3, cell 3</td>
</tr>
<tr>
<td>Row 4, cell 1</td>
<td>Row 4, cell 2</td>
<td>Row 4, cell 3</td>
</tr>
</table>
<h3>Some random form</h3>
<p><strong>Note:</strong> It looks the part, but won't do a
thing</p>
<form action="somescript.php" method="post">
<p>Name:</p>
<p><input type="text" name="name" value="Your name" /></p>
<p>Comments: </p>
<p><textarea rows="10" cols="20" name="comments">Your
comments</textarea></p>
<p>Are you:</p><p><input type="radio" name="areyou" value="male"
/> Male</p>
<p><input type="radio" name="areyou" value="female" /> Female</p>
<p><input type="submit" /></p>
<p><input type="reset" /></p>
</form>
</body>
</html>
There you have it. Save the file and play around with it - this is the best way to understand how everything works.IT IS TOO WIDE . SIMPLE CODES LIKE <body BGCOLOR="BLUE"> I NOT MENTIONS .
.. AND IF YOU WANTS TO KNOW MORE IN HTML THEN PLEASE LEAVE COMMENTS ..
When you're happy, you can move on to
the CSS Beginner's Guide.
## THANKS YOU ##
(HTML BY GOPAL KRISHNA)