HTML Quiz
HTML Quiz contain set of 10 MCQ questions for HTML MCQ which will help you to clear beginner level quiz.
- To create HTML document you require a
a. web page editing software
b. High powered computer
c. Just a notepad can be used
d. None of above - What should be the first tag in any HTML document?
a. <head>
b. <title>
c. <html>
d. <document> - What is the correct HTML tag for inserting a line break?
a. <br>
b. <lb>
c. <break>
d. <newline> - What is the full form of HTML?
a. Hyper text markup language
b. Hyphenation text markup language
c. Hyphenation test marking language
d. Hyper text marking language - How can you make an e-mail link?
a. <a href=”xxx@yyy”>
b. <mail href=”xxx@yyy”>
c. <mail>xxx@yyy</mail>
d. <a href=”mailto:xxx@yyy”> - What is the correct HTML for making a hyperlink?
a. <a href=”http:// mcqsets.com”>ICT Trends Quiz</a>
b. <a name=”http://mcqsets.com”>ICT Trends Quiz</a>
c. <http://mcqsets.com</a>
d. url=”http://mcqsets.com”>ICT Trends Quiz - Choose the correct HTML tag to make a text italic
a. <ii>
b. <italics>
c. <italic>
d. <i>
- Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type=”checkbox”>
c. <input=checkbox>
d. <input checkbox> - To create HTML document you require a
a. web page editing software
b. High powered computer
c. Just a notepad can be used
d. None of above - HTML documents are saved in
a. Special binary format
b. Machine language codes
c. ASCII text
d. None of above