Questions regarding HTML?

SAINTS1O3

New member
A. Opens any HTML document.
B. Makes a paragraph with justified text.
C. Makes any text between it bold.
D. Marks the beginning of the body of the HTML document.
E. Underlines the text.
F. Makes the text between the tags red.
G. Makes any text between the tags italics.
H. Inserts an image into the document.
I. Begins a bulleted list.
J. Indicates an item in a list.




1. <HTML>

2. <FONT COLOR=“Red”>

3. <P ALIGN=“justify”>

4. <U>

5. <LI>

6. <EM>

7. <STRONG>

8. <UL>

9. <BODY>

10. <IMG>

This is a word match. I am asking your help because in school today we had a substitute who assigned this lesson WITHOUT even taught about it! Now I am having an immense of amount of trouble finding the answers I wasnt even taught. Any help is appreciated guys - Chris.
 
1A
2F
3B (paragraph align=...)
4E (U underline)
5J (List Item)
6G (technically adds emphasis, hence EM)
7C (Strong emphasis)
8I (Unordered List)
9D
10H (IMG= image)
 
1A
2F
3B (paragraph align=...)
4E (U underline)
5J (List Item)
6G (technically adds emphasis, hence EM)
7C (Strong emphasis)
8I (Unordered List)
9D
10H (IMG= image)
 
Back
Top