CodingGita HTML Quiz
Answer the following 10 questions. Select only one option for each question and submit your answers.
Full Form
Q1. What does HTML stand for?
HyperText Markup Language
HighText Machine Language
Hyperlink and Text Markup Language
Home Tool Markup Language
Image
Q2. Which tag is used to insert an image?
<link>
<img>
<src>
<image>
Links
Q3. Which element is used to create a hyperlink?
<a>
<link>
<href>
<url>
Basics
Q4. Which tag is used for a line break?
<br>
<lb>
<break>
<line>
Basics
Q5. Which of the following tag is used for inserting the largest heading in HTML?
<h6>
<head>
<h1>
<heading>
Basics
Q6. In which part of the HTML metadata is contained?
<head>
<title>
<body>
<html>
Semantic
Q7. Which element is used to get highlighted text in HTML5?
<u>
<b>
<mark>
<strong>
Tables
Q8. Which of the following is not the element associated with the HTML table layout?
alignment
color
size
spanning
Basics
Q9. Which of the following is not a HTML5 tag?
<track>
<video>
<slider>
<source>
Semantic
Q10. Which element is used to get bold text in HTML5?
<u>
<strong>
<i>
<bold>