HTML Elements
Identifying Html
Fixing Broken Html
WildCard
100
What is the purpose of <H1>

The largest heading/ title heading 

100

What text would <h1>This is the title</h1> display

This is the title in heading format 

100


<bold>This text is bold</bold>


<b> This text is bold </b>

100

Who does TL Hanna play in football tonight? 

Wren

200

What is the purpose of <b>

Bold text 

200

If I were to input <b> TL Hanna </b> is a good football team. What part of the text would be bold? 

TL Hanna 

200

<a href=www.google.com>Google</a>


<a> herf=https://www.google.comgoogle.com”>google</a>


200
What does html stand for? 

Hyper Text Markup language 

300

What is the purpose of <OL>

Ordered Lists 
300

Come to the board and write out an HTML element in paragraph format 

Written repsonse 

300

<ul><li>Item 1<li>Item 2</ul>

<ul> 

<li> item 1 </li> 

<li> item 2 </li> 

<li> item 3 </li>

<ul>

300

How many outs must each team record in a full length baseball game (college or pro)

27

400

What is the purpose of <UL> 

Unordered Lists 

400

Come to the board and write out an href to display an image with a tag for how the link should appear on the screen.

written response 

400

<table><tr><td>Row 1<td>Row 2</table>

<table>

<tr>

<td> row 1 </td>

<td> row 2 </td>

</tr>

</table>

400

How many quarters are in a football game 

4

500

What is the purpose of <Href A>

Inserrting links to images 

500

Come to the board and write out an ordered lists table. 

written response 

500

Create a <OL> with 3 lists items in order. 

<OL> 

<Li> Item 1 </Li> 

<Li> Item 2 </Li> 

<Li> Item 3 </Li> 

500

What was the score of the Clemson LSU Game 

17-10 LSU

M
e
n
u