Courses/HTML: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Exam contents == | == Exam contents == | ||
* html, head, body | * html, head, body, title | ||
* a href, a name | * a href, a name | ||
* bold, italics, underline, font | * bold, italics, underline, font | ||
* br, hr | * br, hr, p | ||
* table, tr, th, td, caption | * table, tr, th, td, caption | ||
* h1 through h6 | * h1 through h6 | ||
* ul, ol, li | * ul, ol, li | ||
* img | |||
* (forms covered in the PHP course) | |||
== Exam == | == Exam == | ||
Guidelines: | Guidelines: | ||
* Remember to indent appropriately and | * Remember to indent code appropriately and make it generally look nice. | ||
* Run your code through the [http://validator.w3.org/ HTML validator]. | * Run your code through the [http://validator.w3.org/ HTML validator]. | ||
* Please don't use CSS for this test only, even if you know it already. | |||
Exam: | Exam: | ||
# [[FTP]] into the [[RS sandbox]]. Create a new folder, /httpdocs/'''PIN'''/, replacing "PIN" with your own PIN. | # [[FTP]] into the [[RS sandbox]]. Create a new folder, /httpdocs/'''PIN'''/, replacing "PIN" with your own PIN. Use this folder for the exam. | ||
# | # Make a new page, '''htmlexam.html''', following the HTML 4.01 standard, with a title of '''HTML Exam'''. Make the background black, the regular text off-white, and the links white. | ||
# Your topic will be the '''Patriot Battle Fleet''' (''note: randomize this between various units: PBF R2F RgF IBG RF RSCD AF ABG VF; use an algorithm that always gives the same unit for a given PIN, so people don't refresh until they get a unit they like; don't worry about whether the person is in the unit or not''). Find an image (preferably with a black background) with the name of the unit on it (a "logo"), and place it at the top of your page. | |||
# Write a short paragraph (2-4 sentences) explaining what the unit does in the RS. Include at least three links and bolded text, both done appropriately. | |||
# Make a table, with an appropriate caption and headings, of the following information: primary method of participation, number of unit members, number of squadrons in unit, and date of creation. | |||
# Make a (unordered) list of the CO, XO, and SO of the unit (use "None" or "TBA" if there is no person in a given position), which you can find using the [http://www.rebelsquadrons.org/roster/ official rosters]. Link to their RS profiles. | |||
# Make a "Back to Top" link at the bottom that puts the user at the top of the page when clicked. | |||
# Using the [http://www.rebelsquadrons.org/quotes/ quote database], find a quote that might be appropriate for the page and add it, using preformatted text and HTML entities. | |||
# Make headings for your page as appropriate. | |||
# Add another section of your own choosing that uses two of the following elements: ordered list, colored text, iframe, or a box with a background image. | |||
# Add a comment to the top of the page saying that you are the author of this page, and include today's date. With that, you're done! | |||
[ ] I have followed HIER in taking this course. | [ ] I have followed HIER in taking this course. | ||
[Submit exam] | [Submit exam] | ||
[[Category:Courses]] |
Latest revision as of 13:17, 6 August 2007
Reference: http://www.w3schools.com/html/
Exam contents
- html, head, body, title
- a href, a name
- bold, italics, underline, font
- br, hr, p
- table, tr, th, td, caption
- h1 through h6
- ul, ol, li
- img
- (forms covered in the PHP course)
Exam
Guidelines:
- Remember to indent code appropriately and make it generally look nice.
- Run your code through the HTML validator.
- Please don't use CSS for this test only, even if you know it already.
Exam:
- FTP into the RS sandbox. Create a new folder, /httpdocs/PIN/, replacing "PIN" with your own PIN. Use this folder for the exam.
- Make a new page, htmlexam.html, following the HTML 4.01 standard, with a title of HTML Exam. Make the background black, the regular text off-white, and the links white.
- Your topic will be the Patriot Battle Fleet (note: randomize this between various units: PBF R2F RgF IBG RF RSCD AF ABG VF; use an algorithm that always gives the same unit for a given PIN, so people don't refresh until they get a unit they like; don't worry about whether the person is in the unit or not). Find an image (preferably with a black background) with the name of the unit on it (a "logo"), and place it at the top of your page.
- Write a short paragraph (2-4 sentences) explaining what the unit does in the RS. Include at least three links and bolded text, both done appropriately.
- Make a table, with an appropriate caption and headings, of the following information: primary method of participation, number of unit members, number of squadrons in unit, and date of creation.
- Make a (unordered) list of the CO, XO, and SO of the unit (use "None" or "TBA" if there is no person in a given position), which you can find using the official rosters. Link to their RS profiles.
- Make a "Back to Top" link at the bottom that puts the user at the top of the page when clicked.
- Using the quote database, find a quote that might be appropriate for the page and add it, using preformatted text and HTML entities.
- Make headings for your page as appropriate.
- Add another section of your own choosing that uses two of the following elements: ordered list, colored text, iframe, or a box with a background image.
- Add a comment to the top of the page saying that you are the author of this page, and include today's date. With that, you're done!
[ ] I have followed HIER in taking this course.
[Submit exam]