Font size
S
M
L
XL
WorksheetsHTML Tags (119 Tags)
Total questions: 119
Worksheet time: 3570secs
Name
Class
Date
1.
Defines a comment
a)
<!--...-->
b)
<dd>
c)
<html>
d)
<ul>
2.
Defines the document type
a)
<!DOCTYPE>
b)
<area>
c)
<b>
d)
<li>
3.
Defines a hyperlink
a)
<a>
b)
<table>
c)
<a>
d)
<dt>
4.
Defines an abbreviation or an acronym
a)
<abbr>
b)
<dfn>
c)
<td>
d)
<b>
5.
Use <abbr> instead.Defines an acronym. (Not supported in HTML5. )
a)
<acronym>
b)
<s>
c)
<title>
d)
<video>
6.
Defines contact information for the author/owner of a document
a)
<address>
b)
<title>
c)
<ins>
d)
<body>
7.
Use <embed> or <object> instead.Defines an embedded applet. (Not supported in HTML5. )
a)
<applet>
b)
<abbr>
c)
<tfoot>
d)
<dfn>
8.
Defines an area inside an image-map
a)
<area>
b)
<br>
c)
<details>
d)
<th>
9.
Defines an article
a)
<article>
b)
<address>
c)
<th>
d)
<s>
10.
Defines content aside from the page content
a)
<aside>
b)
<nav>
c)
<em>
d)
<p>
11.
Defines sound content
a)
<audio>
b)
<script>
c)
<canvas>
d)
<dl>
12.
Defines bold text
a)
<b>
b)
<rt>
c)
<u>
d)
<caption>
13.
Specifies the base URL/target for all relative URLs in a document
a)
<base>
b)
<sup>
c)
<dd>
d)
<footer>
14.
Use CSS instead.Specifies a default color, size, and font for all text in a document. (Not supported in HTML5. )
a)
<basefont>
b)
<meter>
c)
<applet>
d)
<option>
15.
Isolates a part of text that might be formatted in a different direction from other text outside it
a)
<bdi>
b)
<del>
c)
<sub>
d)
<keygen>
16.
Overrides the current text direction
a)
<bdo>
b)
<address>
c)
<noscript>
d)
<!--...-->
17.
Use CSS instead.Defines big text. (Not supported in HTML5. )
a)
<big>
b)
<dfn>
c)
<nav>
d)
<s>
18.
Defines a section that is quoted from another source
a)
<blockquote>
b)
<tbody>
c)
<fieldset>
d)
<kbd>
19.
Defines the document's body
a)
<body>
b)
<strong>
c)
<th>
d)
<col>
20.
Defines a single line break
a)
<br>
b)
<base>
c)
<i>
d)
<legend>
21.
Defines a clickable button
a)
<button>
b)
<li>
c)
<samp>
d)
<dir>
22.
Used to draw graphics, on the fly, via scripting (usually JavaScript)
a)
<canvas>
b)
<samp>
c)
<ul>
d)
<a>
23.
Defines a table caption
a)
<caption>
b)
<br>
c)
<frameset>
d)
<legend>
24.
Use CSS instead.Defines centered text. (Not supported in HTML5. )
a)
<center>
b)
<wbr>
c)
<col>
d)
<textarea>
25.
Defines the title of a work
a)
<cite>
b)
<progress>
c)
<hr>
d)
<datalist>
26.
Defines a piece of computer code
a)
<code>
b)
<iframe>
c)
<col>
d)
<bdo>
27.
Specifies column properties for each column within a <colgroup> element
a)
<col>
b)
<article>
c)
<tfoot>
d)
<i>
28.
Specifies a group of one or more columns in a table for formatting
a)
<colgroup>
b)
<table>
c)
<dfn>
d)
<object>
29.
Specifies a list of pre-defined options for input controls
a)
<datalist>
b)
<footer>
c)
<embed>
d)
<video>
30.
Defines a description/value of a term in a description list
a)
<dd>
b)
<noframes>
c)
<bdo>
d)
<pre>
31.
Defines text that has been deleted from a document
a)
<del>
b)
<bdo>
c)
<col>
d)
<s>
32.
Defines additional details that the user can view or hide
a)
<details>
b)
<var>
c)
<mark>
d)
<dialog>
33.
Represents the defining instance of a term
a)
<dfn>
b)
<colgroup>
c)
<canvas>
d)
<html>
34.
Defines a dialog box or window
a)
<dialog>
b)
<ins>
c)
<p>
d)
<q>
35.
Use <ul> instead.Defines a directory list. (Not supported in HTML5. )
a)
<dir>
b)
<datalist>
c)
<progress>
d)
<keygen>
36.
Defines a section in a document
a)
<div>
b)
<em>
c)
<title>
d)
<audio>
37.
Defines a description list
a)
<dl>
b)
<wbr>
c)
<ruby>
d)
<!DOCTYPE>
38.
Defines a term/name in a description list
a)
<dt>
b)
<iframe>
c)
<header>
d)
<bdi>
39.
Defines emphasized text
a)
<em>
b)
<source>
c)
<track>
d)
<colgroup>
40.
Defines a container for an external (non-HTML) application
a)
<embed>
b)
<tfoot>
c)
<dl>
d)
<div>
41.
Groups related elements in a form
a)
<fieldset>
b)
<ul>
c)
<thead>
d)
<th>
42.
Defines a caption for a <figure> element
a)
<figcaption>
b)
<img>
c)
<option>
d)
<p>
43.
Specifies self-contained content
a)
<figure>
b)
<iframe>
c)
<thead>
d)
<figure>
44.
Use CSS instead.Defines font, color, and size for text. (Not supported in HTML5. )
a)
<font>
b)
<thead>
c)
<details>
d)
<main>
45.
Defines a footer for a document or section
a)
<footer>
b)
<map>
c)
<samp>
d)
<embed>
46.
Defines an HTML form for user input
a)
<form>
b)
<strike>
c)
<ins>
d)
<strike>
47.
Defines a window (a frame) in a frameset. (Not supported in HTML5. )
a)
<frame>
b)
<tbody>
c)
<video>
d)
<colgroup>
48.
Defines a set of frames. (Not supported in HTML5. )
a)
<frameset>
b)
<main>
c)
<h1> to <h6>
d)
<b>
49.
Defines HTML headings
a)
<h1> to <h6>
b)
<source>
c)
<dir>
d)
<center>
50.
Defines information about the document
a)
<head>
b)
<audio>
c)
<sup>
d)
<u>
51.
Defines a header for a document or section
a)
<header>
b)
<hr>
c)
<form>
d)
<iframe>
52.
Defines a thematic change in the content
a)
<hr>
b)
<code>
c)
<!DOCTYPE>
d)
<optgroup>
53.
Defines the root of an HTML document
a)
<html>
b)
<nav>
c)
<cite>
d)
<dfn>
54.
Defines a part of text in an alternate voice or mood
a)
<i>
b)
<sub>
c)
<div>
d)
<textarea>
55.
Defines an inline frame
a)
<iframe>
b)
<ins>
c)
<ol>
d)
<thead>
56.
Defines an image
a)
<img>
b)
<meta>
c)
<head>
d)
<article>
57.
Defines an input control
a)
<input>
b)
<label>
c)
<header>
d)
<picture>
58.
Defines a text that has been inserted into a document
a)
<ins>
b)
<q>
c)
<cite>
d)
<s>
59.
Defines keyboard input
a)
<kbd>
b)
<track>
c)
<li>
d)
<wbr>
60.
Defines a key-pair generator field (for forms)
a)
<keygen>
b)
<p>
c)
<bdo>
d)
<figure>
61.
Defines a label for an <input> element
a)
<label>
b)
<dd>
c)
<img>
d)
<audio>
62.
Defines a caption for a <fieldset> element
a)
<legend>
b)
<output>
c)
<rt>
d)
<track>
63.
Defines a list item
a)
<li>
b)
<big>
c)
<noscript>
d)
<strong>
64.
Defines the relationship between a document and an external resource (most used to link to style sheets)
a)
<link>
b)
<pre>
c)
<base>
d)
<meta>
65.
Specifies the main content of a document
a)
<main>
b)
<div>
c)
<ruby>
d)
<kbd>
66.
Defines a client-side image-map
a)
<map>
b)
<dir>
c)
<dfn>
d)
<track>
67.
Defines marked/highlighted text
a)
<mark>
b)
<!DOCTYPE>
c)
<option>
d)
<article>
68.
Defines a list/menu of commands
a)
<menu>
b)
<colgroup>
c)
<input>
d)
<span>
69.
Defines a command/menu item that the user can invoke from a popup menu
a)
<menuitem>
b)
<legend>
c)
<picture>
d)
<noscript>
70.
Defines metadata about an HTML document
a)
<meta>
b)
<fieldset>
c)
<tt>
d)
<dd>
71.
Defines a scalar measurement within a known range (a gauge)
a)
<meter>
b)
<input>
c)
<tbody>
d)
<small>
72.
Defines navigation links
a)
<nav>
b)
<noscript>
c)
<bdi>
d)
<colgroup>
73.
Defines an alternate content for users that do not support frames. (Not supported in HTML5. )
a)
<noframes>
b)
<i>
c)
<noscript>
d)
<video>
74.
Defines an alternate content for users that do not support client-side scripts
a)
<noscript>
b)
<code>
c)
<!--...-->
d)
<var>
75.
Defines an embedded object
a)
<object>
b)
<acronym>
c)
<small>
d)
<menu>
76.
Defines an ordered list
a)
<ol>
b)
<keygen>
c)
<sup>
d)
<sub>
77.
Defines a group of related options in a drop-down list
a)
<optgroup>
b)
<figure>
c)
<time>
d)
<section>
78.
Defines an option in a drop-down list
a)
<option>
b)
<p>
c)
<p>
d)
<progress>
79.
Defines the result of a calculation
a)
<output>
b)
<output>
c)
<kbd>
d)
<fieldset>
80.
Defines a paragraph
a)
<p>
b)
<canvas>
c)
<select>
d)
<form>
81.
Defines a parameter for an object
a)
<param>
b)
<tr>
c)
<i>
d)
<!DOCTYPE>
82.
Defines a container for multiple image resources
a)
<picture>
b)
<track>
c)
<acronym>
d)
<col>
83.
Defines preformatted text
a)
<pre>
b)
<script>
c)
<link>
d)
<dt>
84.
Represents the progress of a task
a)
<progress>
b)
<tt>
c)
<sup>
d)
<caption>
85.
Defines a short quotation
a)
<q>
b)
<noframes>
c)
<ruby>
d)
<!--...-->
86.
Defines what to show in browsers that do not support ruby annotations
a)
<rp>
b)
<script>
c)
<td>
d)
<colgroup>
87.
Defines an explanation/pronunciation of characters (for East Asian typography)
a)
<rt>
b)
<link>
c)
<col>
d)
<del>
88.
Defines a ruby annotation (for East Asian typography)
a)
<ruby>
b)
<track>
c)
<article>
d)
<fieldset>
89.
Defines text that is no longer correct
a)
<s>
b)
<font>
c)
<caption>
d)
<td>
90.
Defines sample output from a computer program
a)
<samp>
b)
<footer>
c)
<blockquote>
d)
<option>
91.
Defines a client-side script
a)
<script>
b)
<pre>
c)
<frameset>
d)
<mark>
92.
Defines a section in a document
a)
<section>
b)
<ruby>
c)
<mark>
d)
<summary>
93.
Defines a drop-down list
a)
<select>
b)
<noscript>
c)
<tt>
d)
<sup>
94.
Defines smaller text
a)
<small>
b)
<col>
c)
<frameset>
d)
<body>
95.
Defines multiple media resources for media elements (<video> and <audio>)
a)
<source>
b)
<meta>
c)
<font>
d)
<details>
96.
Defines a section in a document
a)
<span>
b)
<noscript>
c)
<dfn>
d)
<table>
97.
Use <del> or <s> instead.Defines strikethrough text. (Not supported in HTML5. )
a)
<strike>
b)
<noframes>
c)
<aside>
d)
<th>
98.
Defines important text
a)
<strong>
b)
<legend>
c)
<del>
d)
<link>
99.
Defines style information for a document
a)
<style>
b)
<colgroup>
c)
<sub>
d)
<textarea>
100.
Defines subscripted text
a)
<sub>
b)
<col>
c)
<a>
d)
<caption>
101.
Defines a visible heading for a <details> element
a)
<summary>
b)
<dir>
c)
<embed>
d)
<canvas>
102.
Defines superscripted text
a)
<sup>
b)
<h1> to <h6>
c)
<tt>
d)
<q>
103.
Defines a table
a)
<table>
b)
<basefont>
c)
<bdi>
d)
<s>
104.
Groups the body content in a table
a)
<tbody>
b)
<frame>
c)
<canvas>
d)
<legend>
105.
Defines a cell in a table
a)
<td>
b)
<ul>
c)
<time>
d)
<!DOCTYPE>
106.
Defines a multiline input control (text area)
a)
<textarea>
b)
<ruby>
c)
<code>
d)
<caption>
107.
Groups the footer content in a table
a)
<tfoot>
b)
<col>
c)
<nav>
d)
<applet>
108.
Defines a header cell in a table
a)
<th>
b)
<big>
c)
<header>
d)
<!--...-->
109.
Groups the header content in a table
a)
<thead>
b)
<picture>
c)
<dd>
d)
<bdi>
110.
Defines a date/time
a)
<time>
b)
<q>
c)
<thead>
d)
<q>
111.
Defines a title for the document
a)
<title>
b)
<small>
c)
<audio>
d)
<link>
112.
Defines a row in a table
a)
<tr>
b)
<map>
c)
<mark>
d)
<textarea>
113.
Defines text tracks for media elements (<video> and <audio>)
a)
<track>
b)
<!DOCTYPE>
c)
<code>
d)
<body>
114.
Use CSS instead.Defines teletype text. (Not supported in HTML5. )
a)
<tt>
b)
<s>
c)
<tr>
d)
<ol>
115.
Defines text that should be stylistically different from normal text
a)
<u>
b)
<select>
c)
<optgroup>
d)
<ul>
116.
Defines an unordered list
a)
<ul>
b)
<var>
c)
<param>
d)
<kbd>
117.
Defines a variable
a)
<var>
b)
<link>
c)
<meta>
d)
<base>
118.
Defines a video or movie
a)
<video>
b)
<tbody>
c)
<datalist>
d)
<caption>
119.
Defines a possible line-break
a)
<br>
b)
<thead>
c)
<ol>
d)
<textarea>
Reset
