"8-17" HTML test

Source: Internet
Author: User

Source:http://www.w3school.com.cn/html

HTML Quiz

Results: 9/20

Your answer: 1. What does HTML refer to?

Your answer: Hypertext Markup Language (Hyper Text Markup Language)

What are the 2.WEB standard makers?

Your answer: World Wide Web Consortium

3. In the following HTML, which is the largest title?

Your answer is:

4. In the following HTML, which can insert a fold line?

Your answer is:<br>

5. In the following HTML, which can add a background color?

Your answer is:<background>yellow</background>

Correct answer: <body bgcolor= "Yellow" >

6. Select the HTML tag that produces the bold word:

Your answer is:<bold>

Correct answer:<b>

7. Select the HTML tag that produces the italic word:

Your answer is:<i>

8. In the following HTML, which can produce a hyperlink?

Your answer: <a href= "http://www.w3school.com.cn" >W3School</a>

9. How do I create an email link?

Your answer: <mail href= "[email protected]" >

Correct answer: <a href= "Mailto:[email protected]" >

10. How do I open a link in a new window?

Your answer: <a href= "url" target= "new" >

Correct answer: <a href= "url" target= "_blank" >

11. Which of the following options is the table label?

Your answer is:<table><tr><td>

12. Select the correct HTML tag that allows the contents of the cell to be left-justified:

Your answer: <TD align= "Left" >

13. How do I generate a list with a numbered list symbol?

Your answer is:<ol>

14. How do I generate a list with a dot list symbol?

Your answer is:<ol>

Correct answer:<ul>

15. In the following HTML, which can produce a check box?

Your answer is:<checkbox>

Correct answer: <input type= "checkbox" >

16. In the following HTML, which can produce a text box?

Your answer: <textinput type= "Text" >

Correct answer: <input type= "Text" >

17. In the following HTML, which can produce a drop-down list?

Your answer: <input type= "List" >

Correct answer:<select>

18. In the following HTML, which can produce a text area (textarea)?

Your answer: <input type= "TextBox" >

Correct answer:<textarea>

19. In the following HTML, which can insert an image?

Your answer:

Correct answer:

20. In the following HTML, which can insert a background image?

Your answer:

Correct answer: <body background= "Background.gif" >

<div> blocks

<ol> ordered list

<ul> unordered List

"8-17" HTML test

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.