What is <tr>
What is rows
What does <b> do?
What is making text bold.
What is an element?
What are start tag, content, end tag
Who invented html?
Who is Tim Berners-Lee
what is <td>
What does <i> do?
What is making text italics
What does <ol> and <ul> stand for?
What are ordered list and unordered list
What does WWW stand for?
What is the World Wide Web
What is <th>
What is table heading
What happens do the sentence when <br> is inserted?
What is the sentence breaks.
Or it makes a new line.
What does the <a> element define?
What is hyperlink
What does html stand for?
How many <td> total:
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>
What is 2
What does <hr> stand for?
What is horizontal rule.
What does an attribute add?
What is additional information
What application reads html?
What are browsers
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
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
What is metadata?
What is data that describes other data
What helps html travel information across the world wide web?
What is the Internet