Tables
Formatting Tags
html Definitions
Information History
Elements
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


100

What element is this:

<p>...</p>

What is Paragraph

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


200

What element is this:

<h1>...</h1>

What is heading

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

300

What element is this:

<a>...</a>

What is hyperlink

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


400

What element is this:

<ol>
<li>...</li>
</ol>

What is ordered list

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>

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>

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 4


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


500

What element are these:

<a href="..."><img src="..." alt="..."></a>

What is an image as a link

M
e
n
u