=============================================================== Assignment #14 - HTML and CSS Study and Review =============================================================== - Ian! D. Allen - idallen@idallen.ca - www.idallen.com Available online: Sunday April 3, 2011 Upload due date: Upload answer file before 23:59 (midnight) on Wednesday April 20, 2011 Answers will be posted shortly after the due date/time and discussed in class, if there are any questions about the answers. Late assignments may or may not be marked. Submission method: Create a plain text file using the exact name "assignment14.txt" Upload the file via the Assignment14 "Upload File" facility in Blackboard. Use "Attach File" and "Submit" to upload your plain text file. No wordprocessor documents. Do not send email. Use only "Attach File". Use the file name given above. Upload only one single file of plain text, not HTML, not MSWord. No fonts, no word-processing. Plain text only. Did I mention that the format is plain text (VIM/Nano/Pico/Gedit or Notepad)? NO WORD PROCESSOR DOCUMENTS ACCEPTED. No marks are awarded for submitting under the wrong assignment number. Not all assignments will be marked. See the Week 1 Notes for details. Answers will be posted after the due date/time so that you can check your answers before coming to class and ask questions about the answers in class. Please check your answers (and my answers!). I go over each assignment in class if there are questions about the answers. No questions means no review - I'll presume you know the material. Questions similar to ones on these assignments will appear on your tests and exams. DO THIS: Edit this file and answer the following questions underneath each question. Upload the file containing the question and answers before the due date. Some of the answers below will require reading the links published in the weekly course notes. CLS = Course Linux Server ============================================================================== 0. When is your CST8281 final exam? What is the word before "white-lists" in the 000_test_instructions.html file in the Course Notes? CST8281: Saturday Apr 23 11h30 (11:30am to 2pm) - T102 - Final exam Go read the 000_test_instructions.html file to find the word "email". *** Basic HTML *** 1. Give here the minimum HTML (no CSS) for a valid HTML 4.01 strict web page: My Title

This is my first web page.

On a test, you are not required to remember the details of the DOCTYPE. 2. Give here the simplest HTML (no CSS) for this table with a border: +------------------+ | me | you | them | |------------------| | chocolate | silk | |------------------| | one | two | more | +------------------+
me you them
chocolate silk
one two more
On a test, you only need to supply the HTML for the element required. You do not have to supply the rest of the web page. 3. Give here the simplest HTML (no CSS) for this list: * One 1. cat 2. dog * Two 1. hat 2. fog * Three * fat * tog Make sure that the last nested list is