Intro HTML Lab
1. You will obtain the HTML source for a web-page via the following steps:
• Click on the Campus Dining page: http://services.juniata.edu/dining
• "View --> Page Source" the HTML source for this page
2. Find the start and end tags of the three main elements of an HTML document
on your hardcopy of the Dining Services page.
Label them as follows: main element 1 start, main element 1 end, main element
2 start, and so on.
3. Which main element contains the title element?
Mark the start and end tags of the title element, labeling them: title element
start and title element end
4. In the source code, find two container elements (elements which have a start
and end tag), and which are different than the ones above.
Label the tags associated with these elements as follows: container element
1 start, container element 1 end, conatiner element 2 start, container element
2 end.
5. Find two empty (elements which don’t mark blocks of text) elements
in the source code. Label the tags associated with these elements as follows:
empty element 1 tag, empty element 2 tag.
Note that the background color can be changed via an attribute (a setting in
a element) in the BODY element. <BODY BGCOLOR="FF 88 AA">, using
hex values for Red, Green, and Blue.