<b> |
A) Begins an HTML document. |
<br> |
B) Change to a specific Font. |
color="red" |
C) Begin a Heading of the largest size (first importance) |
<font face="Arial"> |
D) Specify the size of a font. |
<form name="MyForm"> |
E) Specify the color of a font. |
<h1> |
F) Begin text in Superscript. |
<html> |
G) Begin text in Bold. |
<i> |
H) Begin text in Italics. |
<img src="tcc.gif" width="38" height="120">
|
I) Place a multiple line Text Area in a form. |
<input type="text" name="mytextfield"> |
J) Place a new line Break in the text. |
size="3" |
K) Place a graphic Image on the page.(GIF) |
<sub> |
L) Begin a Table. |
<sup> |
M) Begin a Form. |
<table> |
N) Begin a new Table Row. |
<textarea name="textarea" cols="10" rows="5"
col="10"> |
O) Place an input text field in a form. |
<tr> |
P)Begin text in Subscript.. |