Review Questions
Make your answers in BLUE
1) What tag do you want to use to center text on an entire document?
<div align= "center">
2) What are the three different kinds of lists? Define each kind
The three types are:
1.Unordered- are bullets or open circles. tags used for this are <ul> and <li>
2.Ordered- are numbers or letters. Tags used for this are <ol> and <li>
3.Definitions- are used to define a word. The two tags used to do this are <dt> and <dd>
3) What attribute name is needed to make a list count by Roman Numberals?
<ol type = "I">
4) What is the attribute name associated with changing the font style?
<font face = "ariel">Hi</font>
5) Inside what open tag or tags would you place a command to change the color and size of a font?
To change the color use <font color = "purple">
To change the size of the font use <font size = "2">