Attributes
What Does This Do?
What's the Tag for...
De-Bug
General Knowledge
100
This is the attribute used to change the colour of a cell in a table
bgcolor=""
100
<!--  -->
Insert a Comment
100
This tag is used to create a new paragraph
<p>
100
1. <table border="2">

2. <tr>
3. <td>Red<td>
4. <td>Blue</td>
5. <td>Green</td>
6. </tr>
7. </table>

Line 3, Open Tag in Place of Closing Tag
100
These are the words represented by the acronym HTML
Hyper Text Markup Language
200
This is one of the two values that can be used to change the size of an image
Pixels or Percent
200
href=""
Specify a URL address for a link
200
This tag is used to create a new table
<table>
200
1.<h2> <font color="bb8fce"><!--purple--><b> Yay for Jeopardy! </b></h2>
2. <p>This Paragraph Is In Black</p>



No closing font tag (the paragraph would also be purple)
200
This is the code of letters and numbers that are used to represent colours in HTML
Hexadecimal Code
300
This is the attribute used to change the position of an element 
align
300
<br/>
Insert a Single Line Break
300
Creating a new column in a table
<td>
300
1. <ol>

2. <li>Peanut Butter Cups</li>
3. <li>Mint Chocolate Ice Cream</li>
4. <li>Coffee</li>
5. <ul>
6. <li>Get Groceries</li>
7. <li>Do Laundry</li>
8. </ul>

Line 4/5, No Closing Tag for Ordered List
300
This is defined as an element that does not have a closing tag
Empty Element
400
This is the attribute used to identify an image location (include the punctuation and symbols needed)
src=""
400
<hr/>
Insert a horizontal line
400
This is the opening tag for creating an unordered list
<ul>
400
1. <html>
2. <head> 500 Question </head>
3. <body>

4. <!--I should make this question hard->
5. <p>Who Will Get This One Right?</p>
6. </body>
7. </html>

Line 4, Only one dash in the close of the comment
400
This is the term that refers to the information included between the opening and closing tags of any element
Content
500
This is where attributes are always typed/located
The Opening Tag
500
<noframes>
Provides a way for web browsers that do not support frames to view your web page
500
This is the closing tag found at the end of list items.
</li>
500

<img src="jeopardy.jpg" height='250ppx" width="250ppx" alt="Trebek"/>

Apostrophe instead of quotation mark in height value

500
These are the two basic types of elements
Inline and Block-Level