HTML Tags Exam 2026 Questions and
Answers
<!DOCTYPE> - Correct answer-Defines the document type
<html> - Correct answer-Defines an HTML document
<title> - Correct answer-Defines a title for the document
<body> - Correct answer-Defines the document's body
<h1> to <h6> - Correct answer-Defines HTML headings
<p> - Correct answer-Defines a paragraph
<br> - Correct answer-Inserts a single line break
<hr> - Correct answer-Defines a thematic change in the content
<!--...--> - Correct answer-Defines a comment
<acronym> - Correct answer-Not supported in HTML5. Use <abbr>
instead.Defines an acronym
<abbr> - Correct answer-Defines an abbreviation
©COPYRIGHT 2025, ALL RIGHTS RESERVED 1
,<address> - Correct answer-Defines contact information for the author/owner of a
document/article
<b> - Correct answer-Defines bold text
<bdi> - Correct answer-Isolates a part of text that might be formatted in a different
direction from other text outside it
<bdo> - Correct answer-Overrides the current text direction
<big> - Correct answer-Not supported in HTML5. Use CSS instead.Defines big
text
<blockquote> - Correct answer-Defines a section that is quoted from another
source
<center> - Correct answer-Not supported in HTML5. Use CSS instead.Defines
centered text
<cite> - Correct answer-Defines the title of a work
<code> - Correct answer-Defines a piece of computer code
<del> - Correct answer-Defines text that has been deleted from a document
<dfn> - Correct answer-Represents the defining instance of a term
<em> - Correct answer-Defines emphasized text
©COPYRIGHT 2025, ALL RIGHTS RESERVED 2
, <font> - Correct answer-Not supported in HTML5. Use CSS instead.Defines font,
color, and size for text
<i> - Correct answer-Defines a part of text in an alternate voice or mood
<ins> - Correct answer-Defines a text that has been inserted into a document
<kbd> - Correct answer-Defines keyboard input
<mark> - Correct answer-Defines marked/highlighted text
<meter> - Correct answer-Defines a scalar measurement within a known range (a
gauge)
<pre> - Correct answer-Defines preformatted text
<progress> - Correct answer-Represents the progress of a task
<q> - Correct answer-Defines a short quotation
<rp> - Correct answer-Defines what to show in browsers that do not support ruby
annotations
<rt> - Correct answer-Defines an explanation/pronunciation of characters (for East
Asian typography)
<ruby> - Correct answer-Defines a ruby annotation (for East Asian typography)
<s> - Correct answer-Defines text that is no longer correct
©COPYRIGHT 2025, ALL RIGHTS RESERVED 3
Answers
<!DOCTYPE> - Correct answer-Defines the document type
<html> - Correct answer-Defines an HTML document
<title> - Correct answer-Defines a title for the document
<body> - Correct answer-Defines the document's body
<h1> to <h6> - Correct answer-Defines HTML headings
<p> - Correct answer-Defines a paragraph
<br> - Correct answer-Inserts a single line break
<hr> - Correct answer-Defines a thematic change in the content
<!--...--> - Correct answer-Defines a comment
<acronym> - Correct answer-Not supported in HTML5. Use <abbr>
instead.Defines an acronym
<abbr> - Correct answer-Defines an abbreviation
©COPYRIGHT 2025, ALL RIGHTS RESERVED 1
,<address> - Correct answer-Defines contact information for the author/owner of a
document/article
<b> - Correct answer-Defines bold text
<bdi> - Correct answer-Isolates a part of text that might be formatted in a different
direction from other text outside it
<bdo> - Correct answer-Overrides the current text direction
<big> - Correct answer-Not supported in HTML5. Use CSS instead.Defines big
text
<blockquote> - Correct answer-Defines a section that is quoted from another
source
<center> - Correct answer-Not supported in HTML5. Use CSS instead.Defines
centered text
<cite> - Correct answer-Defines the title of a work
<code> - Correct answer-Defines a piece of computer code
<del> - Correct answer-Defines text that has been deleted from a document
<dfn> - Correct answer-Represents the defining instance of a term
<em> - Correct answer-Defines emphasized text
©COPYRIGHT 2025, ALL RIGHTS RESERVED 2
, <font> - Correct answer-Not supported in HTML5. Use CSS instead.Defines font,
color, and size for text
<i> - Correct answer-Defines a part of text in an alternate voice or mood
<ins> - Correct answer-Defines a text that has been inserted into a document
<kbd> - Correct answer-Defines keyboard input
<mark> - Correct answer-Defines marked/highlighted text
<meter> - Correct answer-Defines a scalar measurement within a known range (a
gauge)
<pre> - Correct answer-Defines preformatted text
<progress> - Correct answer-Represents the progress of a task
<q> - Correct answer-Defines a short quotation
<rp> - Correct answer-Defines what to show in browsers that do not support ruby
annotations
<rt> - Correct answer-Defines an explanation/pronunciation of characters (for East
Asian typography)
<ruby> - Correct answer-Defines a ruby annotation (for East Asian typography)
<s> - Correct answer-Defines text that is no longer correct
©COPYRIGHT 2025, ALL RIGHTS RESERVED 3