Tables
Formatting Tags
html Definitions
Information History
100

What is <tr>

What is rows

100

What does <b> do?

What is making text bold.

100

What is an element?

What are start tag, content, end tag

100

Who invented html?

Who is Tim Berners-Lee

200

what is <td>

what is table data
200

What does <i> do?

What is making text italics

200

What does <ol> and <ul> stand for?

What are ordered list and unordered list

200

What does WWW stand for?

What is the World Wide Web

300

What is <th>

What is table heading

300

What happens do the sentence when <br> is inserted? 

What is the sentence breaks.

Or it makes a new line. 

300

What does the <a> element define?

What is hyperlink

300

What does html stand for?

What is hypertext markup Language
400

How many <td> total:

<table>
<tr>
<td></td>
<td></td>
</tr>
</table>

What is 2

400

What does <hr> stand for?

What is horizontal rule.

400

What does an attribute add?

What is additional information

400

What application reads html?

What are browsers

500

How many rows?
<table>
<tr><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td></tr>
</table>

What is 4

500

How many <br> in this example poem:

From fairest creatures we desire increase,
That thereby beauty’s rose might never die,
But as the riper should by time decrease,
His tender heir mught bear his memeory

What is 3

500

What is metadata?

What is data that describes other data

500

What helps html travel information across the world wide web?

What is the Internet