Results
HTML Quiz
Brought to you by Kendriya Vidyalaya Adoor Library
Well done, guest! You deserve a trophy!Reload quiz

Page hits: 213
HTML Quiz
Brought to you by Kendriya Vidyalaya Adoor Library
Nice try, guest. Why don't you take the quiz again?
Reload quiz
Page hits: 213

#1. Which of the following is NOT an HTML hexadecimal color code?
HTML hexadecimal color codes are formed with numbers from 0 to 9 and letters from A TO F. The letter “H” is not used.
Page hits: 0

#2. HTML is
HTML (Hyper-Text Mark-up Language) is the standard markup language for documents designed to be displayed in a web browser.
Page hits: 0

#3. What is the correct HTML element for inserting a line break?

#4. What is the correct HTML for inserting an image?

#5. Who is making the Web standards?
Web standards are the core set of rules for developing websites. The central organization who is responsible for creating and maintaining web standards is the World Wide Web Consortium (W3C). The W3C has defined dozens of standards, including the standard markup languages we use to build websites.
Page hits: 0

#6. Find the odd one out of the following HTML elements.
<tt> is used for displaying teletype text. All the rest are elements used for creating a table.
Page hits: 0

#7. Which HTML element defines the title of a document?

#8. Choose the correct HTML element to make text bold.

#9. The HTML tag <iframe> is used to display image in a frame.
An <iframe> is used to display a web page within a web page.
Page hits: 0

#10. Which of the following set of HTML codes contains an error?
The # (hash sign) preceding the hexadecimal color code is missing.
Page hits: 0

#11. Which character is used to indicate an end tag in HTML?

#12. Which of the below is the correct HTML element for the largest heading?

#13. When you want the user to select more than one option, you will use
Only checkboxes allow the user to select more than one option.
Page hits: 0

#14. In HTML, which element starts with <!-- and ends with -->?

#15. What is the correct HTML for creating a hyperlink?

#16. How can you open a link in a new tab/browser window?
#17. What does HTML stand for?

#18. What is the correct HTML for inserting a background image?

#19. What is the correct HTML code for adding a background color?

#20. How can you make a numbered list?
Page hits: 213
Ok