Olete.in
Articles
Mock Tests
🧪 HTML MCQ Quiz Hub
Computer Webpage Designing HTML MCQS Part 2
Choose a topic to test your knowledge and improve your HTML skills
1. What is the use of Web Font in HTML ?
that is the core font that is use to develop Web Pages.
that enables to use fonts over the Web without installation.
that is the special font that developed by Microsoft Corp.
All of the Above.
2. What is <tt> tag in HTML?
It renders fonts as teletype text font style.
It renders fonts as truetype text font style.
It renders fonts as truncate text font style.
None of the Above
3. What is the use of Forms in HTML?
to display contents of email.
to display animation effect.
to collect user’s input.
None of the Above
4. What is the use of iframe in HTML?
to display a web page within a web page.
to display a web page with animation effect.
to display a web page without browser.
All of the Above.
5. FTP is an acronym for
File Transaction Protocol
File Transmission Protocol
File Translation Protocol
File Transfer Protocol
6. Which HTML Tag will use to scroll a text in web page?
&lt;marquee&gt; … &lt;/marquee&gt;
&lt;scroll&gt; … &lt;/scroll&gt;
&lt;round&gt; … &lt;/round&gt;
&lt;go&gt; … &lt;/go&gt;
7. Which organization defines the Web Standards?
Microsoft Corporation
IBM Corporation
World Wide Web Consortium
Apple Inc.
8. How to set a picture as a background web page?
&lt;body background= “bgimage.gif”&gt;
&lt;body background image= “bgimage.gif”&gt;
&lt;background= “bgimage.gif”&gt;
&lt;background image= “bgimage.gif”&gt;
9. Which of following HTML Tag will inserting a line break?
&lt;p /&gt;
&lt;lb /&gt;
&lt;br /&gt;
&lt;break /&gt;
10. Which of the following tags are related to Table in HTML ?
&lt;table&gt; &lt;row&gt; &lt;column&gt;
&lt;table&gt; &lt;tr&gt; &lt;td&gt;
&lt;table&gt; &lt;head&gt; &lt;body&gt;
&lt;table&gt; &lt;header&gt; &lt;footer&gt;
11. Which of the following is correct HTML for inserting an image?
&lt;image source= “mcqsets.com/admin.jpg” alt= “This is me” /&gt;
&lt;img src= “mcqsets.com/admin.jpg” alt= “This is me” /&gt;
&lt;img source= “mcqsets.com/admin.jpg” alt= “This is me” /&gt;
&lt;img alt= “This is me”&gt;mcqsets.com/admin.jpg
12. Choose the correct HTML tag to left-align the content of a cell.
&lt;tdleft&gt;
&lt;td leftalign&gt;
valign= “left”&gt;
&lt;td align= “left”&gt;
13. Which tag is used to lists the items with bullets?
&lt;bullet&gt;…&lt;/bullet&gt;
. &lt;list&gt;…&lt;/list&gt;
&lt;ul&gt;…
&lt;ol&gt;…&lt;/ol&gt;
14. Is it possible to insert a table within another table?
Yes but there must be exactly 2 rows and 2 columns in first table.
Yes table can be inserted into cell of another table.
Yes but there must be no border in second table.
No it’s not possible.
15. What is the usage of alt value in <img> tag?
Alternative text for an Image
Alternative source of an Image
Caption of an Image
All of above
16. Which of the following is the correct regarding meta tag in HTML?
&lt;meta&gt; … &lt;/meta&gt;
&lt;meta name = &quot; &quot; /&gt;
&lt;metadata&gt; … &lt;/metadata&gt;
&lt;metadata name = &quot; &quot; /&gt;
17. Which of the following is correct to set "Black" color as Background of page?
bgcolor = &quot;#000000&quot;&gt;
&lt;body background = &quot;#000000&quot;&gt;
&lt;body Background color = &quot;#000000&quot;&gt;
All of above
18. Which of the following is correct to align H1 tag to Right Alignment
&lt;h1 align = &quot;right&quot;&gt; …
&lt;h1 alignment = &quot;right&quot;&gt; …
&lt;h1 tag align = &quot;right&quot;&gt; … &lt;/h1&gt;
H1 cannot make Right Alignment
19. Which of the following is correct to change font face in Web Page
&lt;font = &quot;font name&quot;&gt; …
&lt;font name = &quot;font name&quot;&gt; … &lt;/font&gt;
&lt;font face = &quot;font name&quot;&gt; … &lt;/font&gt;
Font Face cannot change
20. Which of the following is incorrect regarding Logical styles?
Code looks like teletype
Sample looks like teletype
Keyboard looks like teletype
Variable looks like teletype
21. Which of the following is correct character entities for "Copyright" symbol?
&amp;#149;
&amp;#159;
&amp;#169;
&amp;#179;
22. Which tag is used to display Preformatted texts?
&lt;pre&gt; … &lt;/ pre&gt;
&lt;pre&gt; … &lt;/ pre&gt;
&lt;pre text&gt; … &lt;/ pre text&gt;
&lt;pre format&gt; … &lt;/ pre format&gt;
23. Which is the correct to create an Arabic numeral list
&lt;ul type=&quot;1&quot;&gt;
&lt;ol type=&quot;1&quot;&gt;
&lt;il type=&quot;1&quot;&gt;
&lt;li type=&quot;1&quot;&gt;
24. How to add alternative text for an Image?
&lt;img src = &quot;https://mcqsets.com/brand.png&quot; alternate = &quot;Brand of website&quot; /&gt;
&lt;img src = &quot;https://mcqsets.com/brand.png&quot; alt text = &quot;Brand of website&quot; /&gt;
src = &quot;https://mcqsets.com/brand.png&quot; alternate text = &quot;Brand of website&quot; /&gt;
src = &quot;https://mcqsets.com/brand.png&quot; alt = &quot;Brand of website&quot; /&gt;
25. How to embedded Audio Files in HTML?
src = &quot;mysong.mid&quot; width = &quot;100&quot; height = &quot;15&quot;&gt;
&lt;embed sound = &quot;mysong.mid&quot; width = &quot;100&quot; height = &quot;15&quot;&gt;
&lt;embed audio = &quot;mysong.mid&quot; width = &quot;100&quot; height = &quot;15&quot;&gt;
&lt;embed music = &quot;mysong.mid&quot; width = &quot;100&quot; height = &quot;15&quot;&gt;
26. Which of the following is used to create web pages?
HTML
C
JVM
DTD
27. HTML is considered as ___ language
Programming Langauge
OOP Language
High Level Language
Markup Language
28. HTML language is a set of markup ___
Attributes
Tags
Sets
Groups
29. HTML tags are used to describe document ____
Definition
Language
Content
None of these
30. HTML document can contain
Attributes
Tags
Plain text
All of these
31. Page designed in HTML is called a
Yellow Page
Web Page
Server Page
Front Page
32. We can write HTML code using ____. Select appropriate option(s).
VLC Media
Notepad++
Microsoft PowerPoint
None of these
33. HTML document is saved using ____ extension.
.htl
.html
.hml
.htnl
34. The software that can read and render HTML documents is
Server
Compiler
Interpreter
Browser
35. PCs running Windows 3.x will have ____extension for html pages
.htl
.html
.htm
.hml
36. Which of the following is not an example of browser?
Netscape Navigator
Microsoft Bing
Mozilla Firefox
Opera
37. Who is the primary author of HTML?
Brendan Eich
Tim Berners-Lee
Web Programmer
Google Inc
38. HTML was first proposed in year ___.
1980
1990
1995
2000
39. HTML tags are surrounded by ___ brackets
Angle
Square
Round
Curly
40. Opening tag of HTML is called
Ending tag
Starting tag
Closed tag
Pair tags
41. HTML document contain one root tag called ____
HEAD
Title
Body
HTML
42. Basic fundamental block is called as ___
HTML tag
HTML body
HTML Attribute
HTML Element
43. Pick the odd out
Table
TR
TD
Form
44. The first page of a website is called
Design
Home page
First page
Main page
45. The version of HTML is
HTML0
HTML1
HTML2
All of these
46. Head tag is used for?
Writing style
Writing Java Script
Including CSS JS Files
All of these
47. How many heading tags are supported by HTML?
3
4
5
6
48. Which is the largest heading tag?
H1
H3
H4
H6
49. Which of the following are attributes of Font tag?
Face
Size
Color
all of the above
50. connects web pages
Connector
Link
Hyperlink
None of the above
Submit