Wednesday 9 November 2022

HTML - MCQ Multiple Choice Questions

HTML Hyper Text Markup Language

HTML Multiple Choice Questions and Answers.

 _______________________________________

1) There are _____ level of heading in html
A) three
B) four
C) five
D) six
Ans. D)
--------------------------------------------------------------------------
2) To get the ordered list we use
A) <h1>
B) <ul>
C) <ol>
D) <ml>
Ans. C)
--------------------------------------------------------------------------
 3)The Major components of the Web browser are ___
A) Menu Bar.
B) ToolBar.
C) Location
D) All Of the Above.
Ans. D)
---------------------------------------------------------------------------
 4) The following html tag is used to display the content as a moving text
A) <marquee>
B) </img>
C) <a href>
D) none of the above
Ans. A)
-----------------------------------------------------------------------------
5) html comment should be enclosed between
A) <!– and — >
B) <! And !>
C) <!— and –“”
D) none of the above
Ans. A)
----------------------------------------------------------------------------
6) _____ tag is used before beginning of the paragraph text
A) <textarea>
B) <sup>
C) <p>
D) <h1>
Ans. C)
----------------------------------------------------------------------------
7) html document have a extension ______
A) .htx or .htxl
B) .htm or .html
C) .hmt or hmtl
D) none of the above
Ans. B)
-----------------------------------------------------------------------------
8) to get the ordered list we use
A) <HI>
B) <UL>
C) <OL>
D) <ML>
Ans. C)
-----------------------------------------------------------------------------
9) HTML is the method where ordinary text can be converted into
A) ASCII Text
B) EBCDIC Text
C) Hypertext
D) None of the above
Ans. C)
---------------------------------------------------------------------------
10) Which of the following tags do not require a terminator?
A) <U>
B) <BR>
C) <B>
D) None of above
Ans. B)
-------------------------------------------------------------------------
11) The tag to give visual division between sections of the page and which causes the browser to draw an embossed line is
A) <HL>
B) <HR>
C) <UR>
D) None of the above
Ans. B)
---------------------------------------------------------------------------
12) Which one of the following tags is used to insert graphics on the web page?
A) <IMAGE>
B) <IMAGES>
C) <IMG>
D) <GRAPHICS>
Ans. C)
---------------------------------------------------------------------------
13) In HTML ______ tag contains the information about the current document such as title etc.
A) Body
B) TD
C) HEAD
D) None of the above
Ans. C)
----------------------------------------------------------------------------
14) The components of multimedia are
A) Text, pictures, video, sound
B) Text pictures, animation
C) Text, pictures, video, animation, sound
D) None of the above
Ans. C)
--------------------------------------------------------------------------
15) FTP applications are
A) Used to download and upload files
B) Internet browsers
C) Used to send E-mails
D) Used to chat with other people
Ans. A)
-------------------------------------------------------------------------
16) The domain for India is
A) Ind
B) Indi
C) In
D) Indus
Ans. C)
------------------------------------------------------------------------
17) URL is an acronym for
A) Universal research locator
B) Universal resource locator
C) Uniform research locator
D) Uniform resource locator
Ans. D)
-----------------------------------------------------------------------
18) Which of these elements in HTML can be used for making a text bold?
A)  <a>
B)  <pre>
C) <br>
D)  <b>
Ans: D)
-----------------------------------------------------------------------
19) Which tag do we use in HTML for inserting a line-break?
A) <a>
B) <br>
C) <b>
D) <pre>
Ans: B)
----------------------------------------------------------------------
20) In HTML, the tags are __________.
A) in upper case
B) case-sensitive
C) in lowercase
D) not case sensitive
Ans: D)
-----------------------------------------------------------------------
21) Which tag is used in HTML5 for the initialization of the document type?
A)  <Doctype HTML>
B)  <!DOCTYPE html>
C) <Doctype>
D)  <\Doctype html>
Ans: B)
------------------------------------------------------------------------
22) Which one is the HTML document’s root tag?
A) <head>
B) <body>
C)  <title>
D) <html>
Ans: D)
------------------------------------------------------------------------
23) Which of these doesn’t support the MP3 format?
A) Opera
B)  Safari
C) Chrome
D) Firefox
Ans: A)
----------------------------------------------------------------------
24) HTML stands for -
A) HighText Machine Language
B) HyperText and links Markup Language
C) HyperText Markup Language
D) None of these
Ans: C)
---------------------------------------------------------------------
25)   The correct sequence of HTML tags for starting a webpage is -
A) Head, Title, HTML, body
B) HTML, Body, Title, Head
C) HTML, Title, Head, Title, Body
D) HTML, Head, Title, Body
Ans: C)
--------------------------------------------------------------------
26) Which of the following tag is used for inserting the largest heading in HTML?
A) <h3>
B) <h1>
C) <h5>
D) <h6>
Ans: B)
--------------------------------------------------------------------
27) Which character is used to represent the closing of a tag in HTML?
A) \
B) !
C) /
D) .
Ans: C)
-------------------------------------------------------------------
28) Which of the following element is responsible for making the text italic in HTML?
A) <i>
B) <italic>
C) <it>
D) <pre>
Ans: A)
----------------------------------------------------------------------
29) Which of the following tag is used to make the underlined text?
A) <i>
B) <ul>
C) <u>
D) <pre>
Ans: C)
-----------------------------------------------------------------------
30) Which of the following is the paragraph tag in HTML
A) <P>
B) <b>
C) <pre>
D) None of the above
Ans: A
------------------------------------------------------------------------


TRUE OR FALSE:

1) Container tag is a single tag. --- False


2) Title is written between head tag. --- True 

3) Heading tag has five levels. --- False 

4) <P> tag is used for paragraph. --- True 

5) Numbers are used in ordered list. --- True 

6) Full form of HTML is Hyper Text Markup Language. --- True

7) There are three types of Tags. --- False 

8) Steps for starting Notepad are- Start - Programs Accessories - Notepad. --- True 

9) Head tag is a container tag. ---- True 

10)Font styles are- Bold, Italic, Underline. ---- True 

11)Marquee is an empty tag. ---- False 

12)Unordered list does not use numbers. --- True 

13)Definition list is used for definition of different terms. --- True 

14)<TR> tag defines the row in a table. --- True

15)<TD> tag defines the information stored in the table. --- True 

16)We cannot change the color of the border of table. --- False

17)We can increase or decrease the size of table. --- True 

18)Default value of font size is 2. --- True 

19)<A> tag is not used for linking the web pages. --- False

20)<IMG> tag is used to insert images in web pages. --- True 


Answers:- (1) False (2) True (3) False (4) True (5) True (6) True (7) False (8) True (9) True (10) True (11) False (12) True (13) True (14) True (15) True (16) False (17) True (18) True (19) False (20) True

-------------------------------------------------------------------------------------

No comments:

Post a Comment