Here is a webpage I made open it with notepad rename to (something.htm) and change the save type to all files, then change the properties so it opens with a browser.
Code: Select all
<html>
<head>
<title>Dave Chappelle should have a late night talk show</title>
</head>
<body bgcolor="lime">
<a href="http://www.urbangamers.org" target="_blank">
<img src="http://i192.photobucket.com/albums/z204/levio91/Dave-1.jpg" border="0" alt="Photobucket">
</a>
<h1><strong>Dave Chappelle should have a late night talk show.</strong></h1>
<p>I think Dave Chappelle should get a late night talk show because
<ol>
<li>Great comedean</li>
<li>A minority</li>
<li>Unbelievably clever</li>
<li>great stage presence</li>
<li>Great impressions / acting</li>
<li>Great work ethic</li>
</ol>
</p>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/Teq8-3Xitxc&hl=en&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/Teq8-3Xitxc&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
</object>
<br>
<a>Email me at Levio91@gmail.com</a>
</body>
</html>