html - Fdu

advertisement
<html>
<head>
<title>
This is My first Web Page
</title>
</head>
<body background="images/three.jpg">
<h1>This is my first web page</h1>
<p><b>this is a link to the fdu main webpage</b></p><a
href="http://www.fdu.edu/">http://www.fdu.edu</a>
<p><b>This is a link to my favorite website</b></p><a
href="http://www.google.com/">http://www.google.com</a>
<p>This is an awesome pic</p><p><img src="images/two.jpg"></p>
<br />
<br />
<br />
<p>To help anyone to make website like mine, click on the following link to see the html
coding for this page</p><a href="seven.doc"><b><i>Click
here</i></b></a>
<br />
<br />
<br />
<p>Did I mention my favorite webpage already?</p><a
href="http://www.fdu.edu/"><img src="images/ten.jpg"></a>
<br />
<br />
<br />
<br />
<TABLE>
<TR>
<TD>ZXCV</TD>
<TD>Business Finance</TD>
<TD>12/18/2004</TD>
</TR>
<TR>
<TD>ZXXV</TD>
<TD>Accounting 2</TD>
<TD>12/18/2004</TD>
</TR>
<TR>
<TD>ZXCC</TD>
<TD>Core 3</TD>
<TD>12/18/2004</TD>
</TR>
</TABLE>
<br />
<br />
<br />
<br />
<b>This is a list of my hobbies</b><br />
<ol>
<li>Playing Soccer</li>
<li>Driving Fast Cars</li>
<li>Watching Movies</li>
<li>Reading Books</li>
<li>Studying Very Hard</li>
</ol>
<br />
<b>This is a list of skills</b><br />
<ul>
<li>Playing Soccer</li>
<li>Working well under severe time constraints</li>
<li>Doing what I love well</li>
</ul>
</body>
</html>
Download