<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">The use CSS3 is allowed (and encouraged!) in this course. However, by default Web Developer's CSS Validation is set to CSS2.1. It is a simple fix to update it. In the Developer Tool Bar, click on Tools | Edit Tools. Select Validate CSS and then click on the Edit button. If not selected, choose the radio button next to URL. Change the URL as indicated below. Click on OK and the close the Tools dialog box. You may need to restart the browser.
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=
http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=0&uri=
<meta name="author" content="...." />
<meta name="description" content="...." />
<meta name="keywords" content="...." />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
Oklahoma City Community College does not necessarily endorse the content or respective links of this page.
/* ----------------------
FileName: xxxxx.css
Date: mm/dd/yyyy
Author: Your Name
---------------------- */
/*------------------------------------------------------------------
COLORSBackground: #FFFFFF (white)
Content: #000 (black)
Header h1: #F00 (red)
Footer: #c6c6c6 (gray)a (standard): #0000FF(blue)
a (visited): #0F0 ( bright green)
a (active): #FF0000 (red)TYPOGRAPHY
Body: 1em Tahoma, Verdana, Arial
Headers: 2.7em/1.3em "Times New Roman", Georgia, serif;
Navigation Buttons: .75em Tahoma, Verdana, Arial;
Notes: decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/
http://apollo1.occc.edu/user#####
(user##### will be replaced by the login you received from your instructor)