A little HTML quiz note

Source: Internet
Author: User

HTML Quiz results: 11/9

1. What does HTML mean?

your answer: hyperlinks and text markup languages (Hyperlinks and texts Markup Language)

Answer the wrong!

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

2. What are the WEB standard makers?

your answer: World Wide Web Consortium

Answer right!

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

your answer:

Answer right!

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

your answer: <br>

Answer right!

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

your answer: <body bgcolor= "Yellow" >

Answer right!

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

your answer: <bold>

Answer the wrong!

Correct answer:<b>

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

your answer: <i>

Answer right!

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

your answer: <a href= "http://www.w3cschool.cc" >w3cschool</a>

Answer right!

9. How do I create an email link?

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

Answer the wrong!

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" >

Answer the wrong!

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

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

your answer: <table><tr><td>

Answer right!

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

your answer: <td align= "left" >

Answer right!

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

your answer: <list>

Answer the wrong!

Correct answer:<ol>

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

your answer: <ol>

Answer the wrong!

Correct answer:<ul>

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

your answer: <input type= "checkbox" >

Answer right!

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

your answer: <input type= "TextField" >

Answer the wrong!

Correct answer: <input type= "Text" >

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

your answer: <input type= "List" >

Answer the wrong!

Correct answer:<select>

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

your answer: <textarea>

Answer right!

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

your answer: <image src= "Image.gif" >

Answer the wrong!

Correct answer:

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

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

Answer right!


By Elapsed
W3cschool Rookie TutorialTime: 09:47

A little HTML quiz note

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.