HTML MCQ Quiz Set 01

Here are 10 HTML MCQ questions. Each question has four options and there is only one correct answer. Select correct answer among the given options by clicking on the respective radio button for each HTML MCQ question. When you finish attempting each question, click on show results button.

html and web designing mcq sets

Please allow one or two seconds for the system to check your answers and present the result sheet. Wait till you see the results updated on this page.

HTML MCQ Quiz Set 01

1. Which attribute you’ll use with TD tag to merge two cells horizontally?

 
 
 
 

2. Some tags enclose the text. Those tags are known as

 
 
 
 

3. What is the use of Forms in HTML?

 
 
 
 

4. HTML document start and end with which tag pairs?

 
 
 
 

5. Text within <EM> … </EM> tag is displayed as ________

 
 
 
 

6. Comments in XML document is given by:

 
 
 
 

7. Which of the following protocol is not used in the Internet

 
 
 
 

8. Output of XML document can be viewed in a

 
 
 
 

9. Which of the following is correct to change font face in Web Page

 
 
 
 

10. Basic fundamental block is called as ___

 
 
 
 

11. Which is true to change the text color to red?

 
 
 
 

12. What does an HTML tag do?

 
 
 
 

13. <TITLE></TITLE> tag must be within….

 
 
 
 

14. When you use a heading tag in a document, what does the Web browser assumes?

 
 
 
 

15. Which tag is used to display the numbered list?

 
 
 
 

16. The common element which describes the web page is

 
 
 
 

17. To invite your friend online to meet at some place in the evening, you need:

 
 
 
 

18. What is <tt> tag in HTML?

 
 
 
 

19. How to define the link should open in new page in HTML?

 
 
 
 

20. How can you make a bulleted list?

 
 
 
 


 

 

This HTML MCQ Quiz is published in MCQSets.com

Inserting Manual Line Breaks in HTML document

Manual line breaks are often required in web documents. Many times you don’t want to place anything after the position in current line and the available space is not yet occupied. Due to the auto word wrap feature, the line break occurs automatically when you reach to the end of available width but if you need to break a line without completing the width, you must force the break.

Forced line breaks or manual line breaks are inserted in HTML documents by using the BR tag. Web browser will end the current line wherever it encounters BR tag and starts a new line. Let’s look at following example:

<p align="center">Multiple Choice Questions from Hypertext Markup Language <br> HTML MCQ Set 01</p>

The above code will produce following output:

HTML MCQ Set 01

Remember, the line break is different than paragraph break. Even if you reach to a new line using BR tag, you still have all those paragraph formatting applied.

Finally, because BR is a single tag, it does not have it’s closing counterpart. However, if you see <br /> tags in source codes, don’t get confused. This is general customary to close single tags that way.

Don’t forget to like in Facebook, Google+ and Tweet if you find this HTML MCQ Set useful!

Other HTML MCQ Quizzes

Other Quizzes

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>