|
<h1></h1> would be the smallest of the 6 sizes of header tags.
A
|
<h1></h1> would be the largest of the 6 sizes of header tags.
B
|
There are no default sizes for header tags.
C
|
|
p {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-align: center }
A
|
h1 {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-align: center }
B
|
h2 {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:16pt;
text-align: center }
C
|