HTML Quiz

HTML Quiz

 



HTML Quiz contain set of 10 MCQ questions for HTML MCQ which will help you to clear beginner level quiz.


  1. 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
  2. What should be the first tag in any HTML document?
    a. <head>
    b. <title>
    c. <html>
    d. <document>
  3. What is the correct HTML tag for inserting a line break?
    a. <br>
    b. <lb>
    c. <break>
    d. <newline>
  4. 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
  5. 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”>
  6. 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
  7. Choose the correct HTML tag to make a text italic
    a. <ii>
    b. <italics>
    c. <italic>
    d. <i>
  8. Which tag creates a check box for a form in HTML?
    a. <checkbox>
    b. <input type=”checkbox”>
    c. <input=checkbox>
    d. <input checkbox>
  9. 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
  10.  HTML documents are saved in
    a. Special binary format
    b. Machine language codes
    c. ASCII text
    d. None of above