



|
Description
a webpage show how to create your own web page with your personnal informatiuon that connect by the hyperlink tag. Source Code <HEAD><TITLE>HTM33. My Web Page</TITLE></HEAD> <BODY> <H2><B><CENTER><FONT COLOR=red>WELCOME TO MY WEB PAGE</FONT></CENTER></B></H2> <B><CENTER><FONT COLOR = red>Name goes here</FONT></CENTER></B> <B><CENTER><FONT COLOR = blue>Address goes here</FONT></CENTER></B> <B><CENTER><FONT COLOR = pink>Phone Number goes here</FONT></CENTER></B> <P> Let me introduce myself, I have love to write HTML.<BR> I have been working with many people. This is my personal<BR> Web page, in case you want to know more about me. </P> <A HREF = resume.html>Resume</A><BR> <A HREF = professional.html>Professional</A><BR> <A HREF = personal.html>Personal</A><BR> <ADDRESS>> Copyright © 2008<BR> Yuan Salcedo <A HREF = mailto:[email protected]>Please e-mail me</A><BR> Revised � April 2008<BR> </ADDRESS> </BODY> </HTML> Output
|
  