Olete.in
Articles
Mock Tests
🧪 AIDA/Web MCQ Quiz Hub
HTML and Web Page Designing MCQ
Choose a topic to test your knowledge and improve your AIDA/Web skills
1. How can you make a bulleted list?
<list>
<nl>
<ul>
<ol>
2. Which attribute is used to name an element uniquely?
Class
id
dot
All of the above
3. The special formatting codes in HTML document used to present content are
tags
attributes
values
None of the above
4. Which of the following is not a style tag?
<b>
<tt>
<i>
All of above are style tags
5. What should be the first tag in any HTML document?
<head>
<title>
<html>
<document>
6. Choose the correct HTML tag to make a text italic
<ii>
<italics>
<italic>
<i>
7. What does vlink attribute mean?
Visited link
Virtual link
Very good link
Active link
8. Which tag inserts a line horizontally on your web page?
<hr>
<line>
<line direction=”horizontal”>
<tr>
9. Which attribute is used to name an element uniquely?
class
d
dot
All of the above
10. _____ is a uniform naming scheme for locating resources on the web.
URI
HTTP
WEBNAME
RESOURCENAME
11. Identify the uses of URI in HTML.: (i) Link to another document or resource (ii) Link to external style sheet or script (iii) Create an image map
i and ii
i and iii
ii and iii
i , ii and iii
12. What does an HTML tag do?
It specifies formatting and layout instructions for your web page
It hides programming instructions from view
It determines the organizational structure of your Web site
It connects your web site to an operating environment
13. If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
Layout
Basic formatting
Design
Outline
14. Tags and test that are not directly displayed on the page are written in ________ section.
<html>
<head>
<title>
<body>
15. Choose the correct HTML tag to make a text italic
<ii>
<italics>
<italic>
<i>
16. To create a combo box (drop down box) which tag will you use?
<select>
<list>
<input type=”dropdown”>
All of the above
17. The way the browser displays the object can be modified by ____
Attributes
Parameters
Modifiers
None of above
18. Which attribute can be used with BODY tag to set background color green? (A)
background=”green”
bgcolor=”green”
vlink=”green”
None of above
19. <TITLE> … </TITLE> tag must be within ___________
Title
Form
Header
Body
20. Using <P> tag will
Start a new paragraph
Break the line
End the current paragraph
None of the above
21. Which is not a domain name extension?
mil
org
.int
.com
22. Title tag is nested within the _________ tag.
Body
Head
List
Table
23. The attribute _________ of <BODY> tag sets color of hypertext links.
link
vlink
alink
hlink
24. Tags and test that are not directly displayed on the page are written in _________ section.
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;
&lt;body&gt;
25. <SCRIPT> … </SCRIPT> tag can be placed within _________
Header
Body
Both A and B
None of the above
26. A _________ is a symbolic name a network administrator assigns to a machine.
URL
DNS
IP address
Host name
27. WSFTP is an example of _________ program.
FTP
Telnet
Web browser
Mail
28. When you use a heading tag in a document, what does the Web browser assumes?
Heading information is to appear in bold letters
Heading information is to appear on its own line
Heading information has a hyperlink
Heading information is shown as a size six
29. Which attribute is used with img tag to display the text if image could not load in browser?
description
name
alt
id
30. What is the correct HTML tag for inserting a line break?
&lt;br&gt;
&lt;lb&gt;
&lt;break&gt;
&lt;newline&gt;
31. <TD> … </TD> tag is used for __________
Table heading
Table Records
Table row
None of the above
32. Which of the following is an attribute related to font tag?
Size
Face
Color
All of above are style tags
33. Which attribute you’ll use with TD tag to merge two cells horizontally?
merge=colspan2
rowspan=2
colspan=2
merge=row2
34. Basic fundamental block is called as _________
HTML tag
HTML body
HTML Attribute
HTML Element
35. Which of the following protocol is used for email services?
SMAP
SMTP
SMIP
SMOP
36. The _________ attribute adds space within each cell.
CELL SPACING
CELL PADDING
WIDTH
ALIGN
Submit