HTML Tags
What is the HTML Tag for Bold?
<b></b>
<tr>
defines a table row
What HTML Tag defines a hyperlink?
<a></a>
<th>
defines a table header
What is the html tag for table
<table>
<a>
Defines a hyperlink
An HTML table consists of one ______element and one or more <tr>, ____, and <td> elements.
<table>, <th>
<base>
Specifies the base URL/target for all relative URLs in a document
The____element defines a table row
<tr>
<blockquote>
Defines a section that is quoted from another source