HTML Page
Components
Attributes
Tables
Anchor What?
HTML Basics
100
The tag that tells the browser the webpage content is starting.
What is the body tag?
100
The name of the attribute that sets the body background color.
What is bgcolor?
100
What does the tag look like that will show the table is ending.
What is < /table >
100
What is the name of the attribute used to anchor a hyperlink in the webpage.
What is href?
100

What does HTML stand for?

What is Hypertext Markup Language.

200
What tag is used to indicate what will go into your webpage's tab or title bar. The text inside this tag set is not displayed in the webpage.
What is the head tag?
200
What tag and attribute would be used to color one word inside a sentence?
What is the font tag and color attribute?
200
The tag to indicate the beginning of a row in a table.
What is the < tr > tag? (table row)
200
The attribute used to adjust the spacing between the contents of a cell and the cell's border.
What is the cellpadding attribute?
200
The name of a set of tags that are inside another set of tags.
What are nested tags?
300
What does an opening body tag look like?
What is < body >?
300
What is the attribute that changes the position of text or objects in a webpage to left, center, or right?
What is the align attribute?
300
The tag set that indicates the beginning and end of the data in a table's column.
What is table data tags OR < td > < /td >
300
The type of hyperlink that links a webpage to another webpage on the same website.
What is relative?
300
Who makes the WWW standards for HTML?
What is the World Wide Web Consortium?
400
The tag that stands alone and is not part of a set.
What is an empty tag?
400
What would the attribute and it's value look like to set the width of a picture to 40 pixels wide.
What is width="40"
400
The table attribute used to merge the columns in a table into one big cell.
What is colspan?
400
The type of link that is used to link to an external webpage?
What is an absolute hyperlink?
400

DOUBLE JEOPARDY!!! What do the opening and closing tags look like to start and stop a numbered list in a webpage. (say exactly)

What is

<ol> AND  </ol>

500
The text inside the quotes belonging to an href attribute if the link was going to gnewlon@aol.com email address.
What is < a href="mailto:gnewlon@aol.com" >
500

Say exactly what the code would look like to anchor a hyperlink to http://www.teachertube.com and have the words Link to Teachertube display on the screen.

What is < a href="http://www.teachertube.com">Link to Teachertube</a>

500
Inside what opening table tag would you put the attribute to merge the cells in a row into one large cell
What is < td > table data tag
500
What is the exact code to insert an image into a web page, with file name of memorybridge.gif that is located in the images folder beside the html file. Assign alt text of Picture of Memory Bridge.
What is < img src="images/memorybridge.gif" alt="Picture of Memory Bridge"/ >
500
When you learned the term "debug" in class, it was explained the term originated when a bug died on a tape drive of the first computer, the ENIAC, and locked up the whole system. What kind of bug was it?
What is a moth.
M
e
n
u