CS 101 Web
Construction, Winter 2008, Instructor: Jeffrey Horn
QUIZ 1 Guideline
- FORMAT
- Multiple choice, fill-in-blank.
- 10 questions.
- On paper (NOT on-line).
- Open-book, open notes, open-computer, BUT NO
COMMUNITCATING WITH OTHERS (people, that is)! Do your own work, of
course.
- 10 minutes, but that should be PLENTY of time for
this one.
- TOPICS
- Material from first two assignments.
- HTML ELEMENTS: (and their attributes)
Be familar with these
- maor divisions of the web page: HTML, HEAD, BODY
- headings: H1,H2,H3, HR
- divisions within the body: P, DIV,
SPAN
- text formatting: I, EM, B, STRONG, SUB, SUP, Q,
STRIKE
- lists: OL, UL, LI
- Others: IMG, A
- How are the elements organized (i.e., in what
order do they appear ) in the html file?
- Proper nesting of the open and close tags
- Syntax for comments: <!-- This is a
comment in HTML. -->
- Acronyms (what do these stand for?): HTML, nbsp;,
CSS, etc.
- SAMPLE QUIZES
- the old parctice quiz on our WebCT
page.
- W3 schools has a practice HTML quiz (here)
that is pretty close to what we will have on quiz 1. MOST (but not
all) of the 20 questions cover material that we have covered and that
could be on quiz 1.