Notes for the week April 12 - 19, 2008
April 12, 2008 Computer Villiage was closed due to construction. Notes for the week April 19,2008
CSS setup learned a new tag to use an external css file Example below:
<head> <link rel="stylesheet" type="text/css" href="mystyle.css" /> </head>
1. Everyone designed their own website based on drawing of their own. 2. The class setup their external css file with at least ten: selector{property:value}
Examples: hr{color:red} body{text-align:center} p{font-family:arial}
3. Created a framed main page 4. Created two linked pages
|
|
|