186
81.5k

170+ HTML Solved MCQs

These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Programming Languages .

51.

What does the .com domain represents?

A. Education domain
B. Commercial domain
C. Network
D. None of the above
Answer» B. Commercial domain
52.

In Satellite based communication, VSAT stands for?

A. Very Small Aperture Terminal
B. Varying Size Aperture Terminal
C. Very Small Analog Terminal
D. None of the above
Answer» A. Very Small Aperture Terminal
53.

Outlook Express is a _________

A. E-Mail Client
B. Browser
C. Search Engine
D. None of the above
Answer» A. E-Mail Client
54.

<TITLE> … </TITLE> tag must be within ________

A. Title
B. Form
C. Header
D. Body
Answer» C. Header
55.

Text within <EM> … </EM> tag is displayed as ________

A. bold
B. italic 
C. list
D. indented
Answer» B. italic 
56.

Text within <STRONG> … </STRONG> tag is displayed as ________

A. bold
B. italic
C. list
D. indented
Answer» A. bold
57.

<UL> … </UL> tag is used to ________

A. display the numbered list
B. underline the text
C. display the bulleted list
D. bold the text
Answer» C. display the bulleted list
58.

Which tag is used to display the numbered list?

A. <OL></OL>
B. <DL></DL>
C. <UL></UL>
D. <LI></LI>
Answer» A. <OL></OL>
59.

Which tag is used to display the large font size?

A. <LARGE></LARGE>
B. <BIG></BIG>
C. < SIZE ></SIZE>
D. <FONT></FONT>
Answer» B. <BIG></BIG>
60.

<SCRIPT> … </SCRIPT> tag can be placed within ________

A. Header
B. Body
C. both A and B
D. none of the above
Answer» C. both A and B
61.

using <P> tag will 

A. start a new paragraph
B. break the line
C. end the current paragraph
D. none of the above
Answer» A. start a new paragraph
62.

<TD> … </TD> tag is used for ________

A. Table heading
B. Table Records
C. Table row
D. none of the above
Answer» B. Table Records
63.

Which is true to change the text color to red?

A. <BODY BGCOLOR=RED>
B. <BODY TEXT=RED>
C. <BODY COLOR=RED>
D. none of the above
Answer» B. <BODY TEXT=RED>
64.

With regards to e-mail addresses:

A. hey must always contain an @ symbol
B. hey can never contain spaces
C. they are case-insensitive
D. all of the above
Answer» D. all of the above
65.

A homepage is __________

A. an index of encyclopedia articles
B. where all Internet data is stored 
C. required for access to the Internet
D. the first page of a website
Answer» D. the first page of a website
66.

Which of the following is used to explore the Internet?

A. Browser
B. Spreadsheet
C. Clipboard
D. Draw
Answer» A. Browser
67.

What is Internet Explorer?

A. An Icon
B. A File Manager
C. A Browser
D. The Internet
Answer» C. A Browser
68.

What do I need to get onto the Internet?

A. Computer
B. Modem
C. Browser
D. All of the above
Answer» D. All of the above
69.

What is an ISP?

A. nternet System Protocol
B. nternal System Program
C. Internet Service Provider
D. None of the above
Answer» C. Internet Service Provider
70.

Which of the following is valid IP address?

A. 984.12.787.76
B. 192.168.321.10
C. 1.888.234.3456
D. 192.168.56.115
Answer» D. 192.168.56.115
71.

Which is not a domain name extension

A. mil
B. org
C. .int
D. .com
Answer» C. .int
72.

What is a FTP program used for?

A. Transfer files to and from an Internet Server
B. Designing a website
C. Connecting to the internet
D. None of the above
Answer» A. Transfer files to and from an Internet Server
73.

Which of the following are commonly found on web pages?

A. nternet
B. hyperlinks
C. intranet
D. all of the above
Answer» B. hyperlinks
74.

What is the correct syntax in HTML for creating a link on a webpage?

A. <LINK SRC= "mcqmate.html">
B. <BODY LINK = "mcqmate.html">
C. <A SRC = "mcqmate.html" >
D. < A HREF = "mcqmate.html">
Answer» D. < A HREF = "mcqmate.html">
75.

Which of the following is an attribute of <Table> tag?

A. SRC
B. LINK 
C. CELLPADDING
D. BOLD
Answer» C. CELLPADDING
76.

Choose the correct HTML tag to make the text bold?

A. <B>
B. <BOLD>
C. <STRONG>
D. Both A) and C)
Answer» D. Both A) and C)
77.

Which HTML tag would be used to display power in expression (A+B)2 ?

A. <SUP>
B. <SUB>
C. <B>
D. <P>
Answer» A. <SUP>
78.

Choose the correct HTML code to create an email link?

A. <A HREF = "admin@mcqmate.com"></A>
B. <a href="mailto:admin@mcqmate.com">Send email</a>
C. <MAIL>admin@mcqmate.com </MAIL>
D. <A MAILHREF = "admin@mcqmate.com"></A>
Answer» B. <a href="mailto:admin@mcqmate.com">Send email</a>
79.

Choose the correct HTML tag for the largest heading?

A. <H1>
B. <H6>
C. <H10>
D. <HEAD>
Answer» A. <H1>
80.

Output of XML document can be viewed in a

A. Word Processor
B. Web browser
C. Notepad
D. None of the above
Answer» B. Web browser
81.

What is the correct way of describing XML data?

A. XML uses a DTD to describe data
B. XML uses a description node to describe data
C. XML uses XSL to describe the data
D. XML uses a validator to describe the data
Answer» C. XML uses XSL to describe the data
82.

Comments in XML document is given by:

A. <?-- _ _-->
B. <!_ _ _ _!>
C. <!_ _ _ _>
D. </_ _ _ _>
Answer» C. <!_ _ _ _>
83.

Which statement is true?

A. An XML document can have one root element
B. An XML document can have one child element
C. XML elements have to be in lower case
D. All of the above
Answer» A. An XML document can have one root element
84.

How to define the link should open in new page in HTML?

A. <a href = "http://www.mcqmate.com/" target = "blank">Click Here</a>
B. <a href = "http://www.mcqmate.com/" target = "_blank"> Click Here </a>
C. <a href = "http://www.mcqmate.com/" target = "#blank"> Click Here </a>
D. <a href = "http://www.mcqmate.com/" target = "@blank"> Click Here </a>
Answer» B. <a href = "http://www.mcqmate.com/" target = "_blank"> Click Here </a>
85.

In HTML, Uniform Resource Identifier (URI) is used to

A. To create a frame document .
B. To create a image map in the webpage. 
C. To customize the image in the webpage.
D. To identify a name or a resource on the internet.
Answer» D. To identify a name or a resource on the internet.
86.

CSS is an acronym for

A. Cascading Style Sheet
B. Costume Style Sheet
C. Cascading System Style
D. None of the Above
Answer» A. Cascading Style Sheet
87.

Which of the following protocol is not used in the Internet

A. Telnet
B. WIRL
C. HTTP
D. Gopher
Answer» B. WIRL
88.

Who invented World Wide Web (WWW)?

A. Blaise Pascal
B. Charles Babbage
C. Herman Hollerith
D. Tim Berners-Lee
Answer» D. Tim Berners-Lee
89.

What is the use of Web Font in HTML ?

A. that is the core font that is use to develop Web Pages.
B. that enables to use fonts over the Web without installation.
C. that is the special font that developed by Microsoft Corp.
D. All of the Above.
Answer» B. that enables to use fonts over the Web without installation.
90.

What is <tt> tag in HTML?

A. It renders fonts as teletype text font style.
B. It renders fonts as truetype text font style.
C. It renders fonts as truncate text font style.
D. None of the Above.
Answer» A. It renders fonts as teletype text font style.
91.

What is the use of Forms in HTML?

A. to display contents of email.
B. to display animation effect.
C. to collect user’s input.
D. None of the Above.
Answer» C. to collect user’s input.
92.

What is the use of iframe in HTML?

A. to display a web page within a web page.
B. to display a web page with animation effect.
C. to display a web page without browser.
D. All of the Above.
Answer» A. to display a web page within a web page.
93.

FTP is an acronym for

A. File Transaction Protocol
B. File Transmission Protocol
C. File Translation Protocol
D. File Transfer Protocol
Answer» D. File Transfer Protocol
94.

Which HTML Tag will use to scroll a text in web page?

A. <marquee> … </marquee>
B. <scroll> … </scroll>
C. <round> … </round>
D. <go> … </go>
Answer» A. <marquee> … </marquee>
95.

Which organization defines the Web Standards?

A. Microsoft Corporation
B. IBM Corporation 
C. World Wide Web Consortium
D. Apple Inc.
Answer» C. World Wide Web Consortium
96.

How to set a picture as a background web page?

A. <body background= “bgimage.gif”>
B. <body background image= “bgimage.gif”>
C. <background= “bgimage.gif”>
D. <background image= “bgimage.gif”>
Answer» A. <body background= “bgimage.gif”>
97.

Which of following HTML Tag will inserting a line break?

A. <p />
B. <lb />
C. <br />
D. <break />
Answer» C. <br />
98.

Which of the following tags are related to Table in HTML ?

A. <table> <row> <column>
B. <table> <tr> <td>
C. <table> <head> <body>
D. <table> <header> <footer>
Answer» B. <table> <tr> <td>
99.

Which of the following is correct HTML for inserting an image?

A. <image source= “www.mcqmate.com/admin.jpg” alt= “This is me” />
B. <img src= “www.mcqmate.com/admin.jpg” alt= “This is me” />
C. <img source= “www.mcqmate.com/admin.jpg” alt= “This is me” />
D. <img alt= “This is me”>www.mcqmate.com/admin.jpg</img>
Answer» B. <img src= “www.mcqmate.com/admin.jpg” alt= “This is me” />
100.

Choose the correct HTML tag to left-align the content of a cell.

A. <tdleft>
B. <td leftalign>
C. <td valign= “left”>
D. <td align= “left”>
Answer» D. <td align= “left”>

Done Studing? Take A Test.

Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.