Www.wsfcs.k12.nc.us



4.01 Personal Web Page Coding ActivityDirections: Key the following code and add in your personal information in the boldfaced areas. Note that this page uses Internal CSS. <!DOCTYPE html><!--this is the comment tag. Put your name here--><html><head><title>Put your Title here</title><style type="text/css">body {background-color:black; color:#6495ED; margin: 25px 20px 15px;}h1 {font-family:Arial; color:#F0F8FF; font-size:1.5em;}p{font-family:Arial;}a:link {color:#0066FF;}a:visited {color:green;}a:hover {color:red;}a:active {color:yellow;}</style></head><body><h1>All About Me....</h1><hr><p>Type a short paragraph about yourself. A paragraph is more than 3 sentences. Talk about family, pets, sports, etc</p><h1>My Favorite Web Sites:</h1><ol><li><a href="">The HuffPost</a></li><li><a href=" a web address here">text</a></li><li><a href=" a web address here">text</a></li></ol><h1>Photo</h1><img src="filename"><br><h1>My Animation Project</h1><object width="550" height="400" data="filename.swf"></object><br><h1>Contact me</h1><a href="mailto:youremailaddress">Send me an email</a></body></html> ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download