Chapter: HTML
1.

-----stands for Hyper Text Markup Language

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» A. <html>
2.

----describes the structure of a Web page

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» A. <html>
3.

----elements tell the browser how to display the content

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» A. <html>
4.

----is the standard markup language for creating Web pages

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» A. <html>
5.

A browser does not display the HTML tags, but uses them to determine how to
display the document

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
6.

The HTML document itself begins with -----and ends with </html>.

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» A. <html>
7.

The visible part of the HTML document is between----and </body>.

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» B. <body>
8.

<TAGS> tages are divided into 2 types

A. paired tag & single tag
B. meta tag &verbal tag
C. order tag & sequence tag
D. none of these.
Answer» A. paired tag & single tag
9.

The-----declaration represents the document type, and helps browsers to
display web pages correctly.

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» C. <!doctype>
10.

The------declaration for HTML5 is:

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» C. <!doctype>
11.

The-------declaration is not case sensitive.

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» C. <!doctype>
12.

-------defines the most important heading. <h6> defines the least important
heading.

A. <H1>
B. <P>
C. <HR>
D. <pre>
Answer» A. <H1>
13.

<h1> defines the most important heading------- defines the least important
heading.

A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer» A. <H6>
14.

The HTML------element defines a paragraph.

A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer» B. <P>
15.

The------tag defines a thematic break in an HTML page, and is most often
displayed as a horizontal rule

A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer» C. <HR>
16.

The HTML-----element defines a line break

A. <br>
B. <P>
C. <HR>
D. <pre>
Answer» A. <br>
17.

The HTML-------element defines preformatted text.

A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer» D. <pre>
18.

------are used to indicate exactly how specific characters are to be formatted

A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer» A. physical tag
19.

------are used to indicate to the visually impaired that there is some
emphasizes on the text.

A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer» C. logical tag
20.

-----it is used to show the Bold text

A. <b>
B. <strong>
C. <i>
D. <em>
Answer» A. <b>
21.

-------it is used to show the Bold text and big font

A. <b>
B. <strong>
C. <i>
D. <em>
Answer» B. <strong>
22.

-----it is used to show the Italic text

A. <b>
B. <strong>
C. <i>
D. <em>
Answer» C. <i>
23.

------it is used to show the Emphasized text

A. <b>
B. <strong>
C. <i>
D. <em>
Answer» D. <em>
24.

-------it is used to show the Smaller text.

A. <del>
B. <small>
C. <ins>
D. <sub>
Answer» B. <small>
25.

------it is used to show the Deleted text

A. <del>
B. <small>
C. <ins>
D. <sub>
Answer» A. <del>
26.

-------it is used to show the Inserted text.

A. <del>
B. <small>
C. <ins>
D. <sub>
Answer» C. <ins>
27.

-------it is used to show the Subscript text.

A. <del>
B. <small>
C. <ins>
D. <sub>
Answer» D. <sub>
28.

-------it is used to show the Superscript text.

A. <del>
B. <small>
C. <ins>
D. <sup>
Answer» D. <sup>
29.

The----tag is used to create the table in html

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» A. <table>
30.

The -------tag is used to create a table caption

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» B. <caption>
31.

The-------starts at the ((Source)) anchor and points to the ((Destination))
anchor. These LINKIS are called as hyperlinks

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» C. <link>
32.

-----is a connection from one web resource to another.

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» C. <link>
33.

-------allow visitors to navigate between websites by clicking on words, phrases,
and images

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» D. hyperlinks
34.

-------To create a link to another documents by using href attribute

A. <a>
B. <caption>
C. <link>
D. hyperlinks
Answer» A. <a>
35.

--------is the attribute use to specify the destination address of the link used.

A. <table>
B. <caption>
C. <link>
D. href
Answer» D. href
36.

To use an image as a link, just put the------tag inside the <a> tag:

A. <table>
B. <img>
C. <link>
D. href
Answer» B. <img>
37.

The HTML---------element defines a section that is quoted from another source.

A. <blockquote>
B. <img>
C. <link>
D. href
Answer» A. <blockquote>
38.

The HTML------tag defines the title of a creative work (e.g. a book, a poem, a
song, a movie, a painting, a sculpture, etc.).

A. <blockquote>
B. <cite>
C. <link>
D. href
Answer» B. <cite>
39.

------it is used to show the comments in html .

A. <blockquote>
B. <!-->
C. <link>
D. href
Answer» B. <!-->
40.

The-----element is a block element, and will always start on a new line and
take up the full width available.

A. <blockquote>
B. <bgcolor>
C. <link>
D. Div
Answer» D. Div
41.

The-----element is an inline element, and will not start on a new line and only
takes up as much width as necessary

A. <blockquote>
B. <bgcolor>
C. <span>
D. Div
Answer» C. <span>
42.

The HTML-----attribute is used to specify a class for an HTML element.

A. <blockquote>
B. <class>
C. <span>
D. Div
Answer» B. <class>
43.

The -------attribute is often used to point to a class name in a style sheet. It can
also be used by a JavaScript to access and manipulate elements with the specific class name.

A. <blockquote>
B. <class>
C. <span>
D. Div
Answer» B. <class>
44.

The HTML------element is used to create an HTML form for user input.

A. <blockquote>
B. <form>
C. <span>
D. Div
Answer» B. <form>
45.

The-----tag is used to show the message to the user .

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» B. <label>
46.

The <input type="-------"> defines a checkbox it is used to give no of option and
we have to select more then one option.

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» C. <checkbox>
47.

The <input type="radio"> defines a -------it is used to give no of option and we
have to select only one option.

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» D. <radio button>
48.

The <input type="-----"> defines a button for submitting the form data .

A. <text>
B. <label>
C. <checkbox>
D. <submit>
Answer» D. <submit>
49.

The-----element defines a drop-down list.

A. <text>
B. <select>
C. <checkbox>
D. <submit>
Answer» B. <select>
50.

-------tag is used to move the text form left to right or right or left.

A. <marquee>
B. <select>
C. <checkbox>
D. <submit>
Answer» A. <marquee>
51.

-----tag is used to give the font effect like size , color and style.

A. <font>
B. <select>
C. <checkbox>
D. <submit>
Answer» A. <font>
52.

------it is used to show the text in small font effect.

A. <small>
B. <big>
C. <strike>
D. <u>
Answer» A. <small>
53.

--------it is used to show the text in big size font effect.

A. <small>
B. <big>
C. <strike>
D. <u>
Answer» B. <big>
54.

------it is used to strike out that line or text .

A. <small>
B. <big>
C. <strike>
D. <u>
Answer» C. <strike>
55.

------tag is used to show the underline effect to the text.

A. <small>
B. <big>
C. <strike>
D. <u>
Answer» D. <u>
56.

------tag is used to show the definition in html document.

A. <dfn>
B. <big>
C. <strike>
D. <u>
Answer» A. <dfn>
57.

-----tag is used to show the code sample in html document

A. <code>
B. <var>
C. <cite>
D. <kbd>
Answer» A. <code>
58.

------tag is used to show variable font in html document.

A. <code>
B. <var>
C. <cite>
D. <kbd>
Answer» B. <var>
59.

------tag is used to show the citation or quote in html document .

A. <code>
B. <var>
C. <cite>
D. <kbd>
Answer» C. <cite>
60.

------tag is used to show the keyboard tag in html document

A. <code>
B. <var>
C. <cite>
D. <kbd>
Answer» D. <kbd>
61.

------tag is used to show bold and big in size in html document.

A. <em>
B. <tr>
C. <th>
D. <strong>
Answer» D. <strong>
62.

-----tag is used to show the highlight text(bold) with italic font in html
document.

A. <em>
B. <tr>
C. <th>
D. <strong>
Answer» A. <em>
Tags
  • Question and answers in HTML,
  • HTML multiple choice questions and answers,
  • HTML Important MCQs,
  • Solved MCQs for HTML,
  • HTML MCQs with answers PDF download