Thứ Hai, 22 tháng 9, 2014

HTML QUIZ - W3School

HTML QUIZ


---o0o---


1. Q: What does HTML stand for?

A: Hyper Text Markup Language

2. Q: Who is making the Web standards?

A: The World Wide Web Consortium

3. Q: Choose the correct HTML tag for the largest heading

A: <h1>

4. Q: What is the correct HTML tag for inserting a line break?

A: <br>

5. Q: What is the preferred way for adding a background color in HTML?

A: <body style="background-color:yellow;">

6. Q: Choose the correct HTML tag to make a text bold

A: <b>

7. Q: Choose the correct HTML tag to make a text italic

A: <i>

8. Q: What is the correct HTML for creating a hyperlink?

A: <a href="http://www.w3schools.com">W3Schools</a>

9. Q: How can you create an e-mail link?

A: <a href="mailto:xxx@yyy">

10. Q: How can you open a link in a new tab/browser window?

A: <a href="url" target="_blank">

11. Q: Which of these tags are all <table> tags?

A: <table><tr><td>

12. Q: In HTML, inline elements are normally displayed without starting a new line.

A: TRUE

13. Q: How can you make a numbered list?

A: <ol>

14. Q: How can you make a bulleted list?

A: <ul>

15. Q: What is the correct HTML for making a checkbox?

A: <input type="checkbox">

16. Q: What is the correct HTML for making a text input field?

A: <input type="text">

17. Q: What is the correct HTML for making a drop-down list?

A: <select>

18. Q: What is the correct HTML for making a text area?

A: <textarea>

19. Q: What is the correct HTML for inserting an image?

A: <img src="image.gif" alt="MyImage">

20. Q: What is the correct HTML for inserting a background image?

A: <body background="background.gif">

Không có nhận xét nào:

Đăng nhận xét