CodingGita HTML Quiz
Answer the following 10 questions. Select only one option for each question and submit your answers.
Q1: What does HTML stand for?
HyperText Markup Language
HighText Machine Language
Hyperlink and Text Markup Language
Home Tool Markup Language
Q2: Which tag is used for inserting an image?
<link>
<img>
<src>
<image>
Q3: Which element is used for creating a hyperlink?
<a>
<link>
<href>
<url>
Q4: Which tag is used for a line break?
<br>
<lb>
<break>
<line>
Q5: What is the correct HTML element for the largest heading?
<head>
<h6>
<h1>
<heading>
Q6: Which HTML element is used to define an internal style sheet?
<script>
<style>
<css>
<link>
Q7: What is the correct HTML for adding a background color?
<body style="background-color:yellow;">
<background>yellow</background>
<body bgcolor="yellow">
<body color="yellow">
Q8: Which HTML element is used to specify a footer for a document or section?
<bottom>
<footer>
<section>
<div>
Q9: Which HTML attribute is used to define inline styles?
style
class
font
styles
Q10: Which doctype is correct for HTML5?
<!DOCTYPE html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN">
<!DOCTYPE HTML5>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">