HTML Tags
HTML Definitions
100

What is the HTML Tag for Bold?

<b></b>

100

<tr>

defines a table row

200

What HTML Tag defines a hyperlink?

<a></a>

200

<th>

defines a table header

300

What is the html tag for table

<table>

300

<a>

Defines a hyperlink

400

An HTML table consists of one ______element and one or more <tr>, ____, and <td> elements.

<table>, <th>

400

<base>

Specifies the base URL/target for all relative URLs in a document

500

The____element defines a table row

<tr>

500

<blockquote>

Defines a section that is quoted from another source

M
e
n
u