Quiz Home
Html Quiz
1: What does HTML stand for?
  Hypertext Markup Language
  Hyper Text Makeup Language
  High-Level Text Markup Language



2: Which HTML tag is used to define an anchor (hyperlink)?
  <a>
  <link>
  <href>
  <anchor>



3: What is the purpose of the HTML <img> tag?
  To create a hyperlink
  To display an image on a web page
  To define a paragraph
  To create a table



4: Which HTML tag is used to define a list?
  <list>
  <ul> (Unordered List)
  <ol> (Ordered List)
  <li> (List Item)



5: What is the correct HTML for creating a hyperlink?
  <a href="http://example.com">Click here</a>
  <hyperlink>http://example.com</hyperlink>
  <a link="http://example.com">Visit me</a>
  <a url="http://example.com">Go to website</a>



6: What is the purpose of the HTML <table> element?
  To create a hyperlink
  To define a paragraph
  To display tabular data
  To create a list



7: Which HTML tag is used for creating a line break?
  <br>
  <lb>
  <linebreak>
  <newline>



8: What is the purpose of the HTML <form> element?
  To display an image
  To create a hyperlink
  To define a paragraph
  To collect user input data



9: Which HTML tag is used to create a heading with the highest importance?
  <heading>
  <title>
  <h1>
  <header>



10: What does HTML5 introduce for embedding audio and video?
  <audio> and <video> elements
  <music> and <movie> elements
  <sound> and <visual> elements
  <play> and <pause> elements