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 element is this:
<p>...</p>
What is Paragraph
what is <td>
what is table data
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 element is this:
<h1>...</h1>
What is heading
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?
What is hypertext markup Language
What element is this:
<a>...</a>
What is hyperlink
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
What element is this:
<ol>
<li>...</li>
</ol>
What is ordered list
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>
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
What is metadata?
What is data that describes other data
What helps html travel information across the world wide web?
What is the Internet
What element are these:
<a href="..."><img src="..." alt="..."></a>
What is an image as a link