HTML quiz-1
---------------------------------------------------------
Date:September 15th, 2012.
Result: 65%
---------------------------------------------------------
Your answer:
1. What does HTML mean?
Your answer: Hyper Text Markup Language)
2. What is the Web Standard maker?
Your answer: World Wide Web Alliance (W3C)
3. In the following HTML, which is the largest title?
Your answer:
4. Which of the following HTML statements can insert rows?
Your answer: <br>
5. Which of the following HTML statements can add a background color?
Your answer: <bodybgcolor = "yellow">
6. Select HTML tags that generate bold characters:
Your answer: <B>
7. Select HTML tags that generate italics:
Your answer: <I>
8. Which of the following HTML statements can generate hyperlinks?
Your answer: <ahref = "http://www.w3school.com.cn"> w3school </a>
9.How do I create an email link?
Your answer:<Ahref = "XXX @ yyy">
Correct answer:<Ahref = "mailto: XXX @ yyy">
10. How do I open a link in a new window?
Your answer: <ahref = "url" target = "_ blank">
11. Which of the following options are table labels?
Your answer: <Table> <tr> <TD>
12. Select the correct HTML tag to align the content in the cell left:
Your answer: <tdalign = "Left">
13.How do I generate a list with a number list symbol?
Your answer:<DL>
Correct answer:<Ol>
14.How to generate a list with the DOT list symbol?
Your answer:<DL>
Correct answer:<Ul>
15. Which of the following HTML statements can generate a check box?
Your answer: <inputtype = "checkbox">
16.InHtml
Which one can generate a text box?
Your answer:<Inputtype = "textfield">
Correct answer:<Inputtype = "text">
17.InHtml
Which one can generate a drop-down list?
Your answer:<Inputtype = "dropdown">
Correct answer:<SELECT>
18.InHtml
Which can generate the partition (Textarea)?
Your answer:<Inputtype = "textarea">
Correct answer:<Textarea>
19.InHtml
Which one can insert an image?
Your answer:<Imagesrc = "image.gif">
Correct answer:
20. Which of the following HTML files can insert a background image?
Your answer: <bodybackground = "background.gif">
-End-