Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
Fall 2006 Midterm 2 Review: HTML Fun
Post questions below.
1. What does HTML stand for?
Hyper Text Markup REMOVEDuage
2. What is HTML validation and why is it necessary?
REMOVEDs the code to make sure it works across browsers
3. Match the following HTML tags to its function:
1.h (html-the entire doc is enclosed within these tags)
2.e (a href-links to an external page)
3.b (img-puts an image on your page)
4.f (head-the heading is enclosed within these tags)
5.c (title-specifies a title)
6.i (p-identifies a paragraph)
7.a (script-enables you to write javascript)
8.d (table-makes a table)
9.g (tr-makes a row for your table)