Quiz:
Question No. 1 :
What does HTML stands for?
- Hypertext Machine language.
- Hypertext and links markup language.
- Hypertext Markup Language.
- Hightext machine language.
Question No. 2 :
How is document type initialized in HTML5.?
- </DOCTYPE HTML>
- </DOCTYPE>
- <!DOCTYPE HTML>
- </DOCTYPE html>
Question No. 3 :
Which of the following characters indicate closing of a tag?
- .
- !
- /
- \
Question No. 4 :
How many heading tags are there in HTML5?
- 2
- 3
- 5
- 6
Question No. 5 :
Which of the following attributes is used to add link to any element?
- link
- ref
- href
- newref
Question No. 6 :
Which of the following tags is used to add a line-break in HTML?
- <br>
- <break>
- </break>
- </br>
Question No. 7 :
What is the size of content of an <h1> element?
- Smallest
- Largest
- Medium
- Anything between smallest and largest
Question No. 8 :
What is the use of <hr> tag?
- To create horizontal rule between sections
- To create a line break
- To create vertical rule between sections
- For making content appearance italics
Question No. 9 :
Which element defines preformatted text?
- <p>
- <pre>
- <hr>
- <ins>
Question No. 10 :
Which element is used for creating links?
- <a>
- <p>
- <li>
- <ol>
Question No. 11 :
Which of the following is used to read an HTML page and render it?
- Web browser
- Web server
- Web matrix
- Web network
Question No. 12 :
Which of the following cannot be used as a text editor for HTML?
- VS Code
- Notepad
- Sublime
- Codeblocks
Question No. 13 :
Which of the following is used to create HTML email links?
- http
- mailto:
- src
- ref
Question No. 14 :
Where can the header tag not be placed in an HTML?
- inside a <footer> tag
- inside the <article> tag
- inside the <p> tag
- All of the above
Question No. 15 :
What does the footer tag contain?
- Contact Information
- Authorship Information
- Sitemap
- All of the above