Formatting Flashcards
1
Q
What code do you use to start and end a heading?
A
<h1>
</h1>
2
Q
How do you format text?
A
<FONT>
</FONT FACE>
</FONT>
3
Q
How do you color the font?
A
<FONT>
</FONT COLOR>
</FONT>
4
Q
How do you align paragraphs?
A
<a></a>
5
Q
How do you add a text bold?
A
<b>
</b>
6
Q
A
7
Q
How do you change font size?
A
<FONT>
</FONT SIZE>
</FONT>
8
Q
How do you set a background color?
A
Inside the body paragraph, BGCOLOR=”yellow”
9
Q
How do you write a horizontal line?
A
<hr></hr>
10
Q
How do you set the width and height?
A
WIDTH=”number”
HEIGHT=”number”