EDTECH 502

502.css Page Applied to 502.html Page

Name:
URL:
Score:
Comments:

Categories / List / Excellent
90% - 100% / Adequate
70% - 89% / Insufficient
0% - 69%
Required Code Elements
20 points / tag styles for body, h1, and h2
div styles for each div and HTML5 tag in the 502.html page. Use id in the HTML and correctly written style rules in the external 502.css page.
at least one class in the HTML and correctly written style rule for the class in the external 502.css page.
include all of the following in one or more style rules: font family, font size using either fixed or relative units, font color, background color, line height
optional width, padding, or border styles / All of the required elements have been added to the page. / Most of the required elements have been added to the page. One to four required elements are missing. / Few of the required elements have been added to the page. More than four required elements are missing.
Code Accuracy
20 points / W3C validation passes for BOTH the HTML and CSS / All of the code is written correctly and passes the W3C validation process. / Most of the code is written correctly. One to four mistakes in either the HTML or CSS. / Little of the code is written correctly. More than four mistakes in either the HTML or CSS.
Styles Folder
5 points / Create styles folder on server / A new folder named styles has been created and uploaded to the EDTECH2 server at the top level within the root folder. / A new folder has been created and uploaded to the EDTECH2 server, but it is either not named styles -OR- it has been put in the wrong place (such as inside the 502 folder.) / A new folder has NOT been created or uploaded to the EDTECH2 server, -OR- it is not named styles and it has been put in the wrong place (such as inside the 502 folder.)
Files
502.html
502.css
5 points / Web page is on the server and named correctly
Web page is saved inside the 502 folder
Style sheet is on the server and named correctly
Style sheet is saved in the styles folder / The Web page is named 502.html and it is uploaded into the 502 folder on the EDTECH2 server.
The style sheet is named 502.css and it is uploaded into the styles folder on the EDTECH2 server. / The Web page is named 502.html and it is uploaded to the EDTECH2 server, but it is not inside the 502 folder or it is inside the 502 folder, but incorrectly named..
The style sheet is named 502.css and it is uploaded to the EDTECH2 server, but it is not inside the styles folder or it is inside the styles folder, but incorrectly names. / The Web page is not named 502.html and it is not uploaded into the 502 folder on the EDTECH2 server.
The style sheet is not named 502.css and it is not uploaded into the styles folder on the EDTECH2 server.