HTML MCQ Class X
HTML MCQ Class X
HTML MCQ Class X
HTML
MULTIPLE CHOICE QUESTIONS AND ANSWERS
Answer : b
Answer : c
Answer : c
Answer : d
6. To add a plain color background to your web page, use which of the
following?
a) <body bgcolor= “36,24,35”>
b) <body color= “# FF000”>
c) <body bgcolor= “# FF000”>
d) All of the above
Answer : c
Answer : d
Answer : a
Answer : c
Answer : b
11. The tag which allows you to nest other HTML tags within the
description
a) <CAPTION>
b) <TD>
c) <TR>
d) None of the above
Answer : a
12. The first tag inside <TABLE> tag is _______
a) <HEAD>
b) <CAPTION>
c) <TH>
d) <TD>
Answer : b
13. WYSIWYG stands for _______
a) What You See Is What You Get
b) What you See Is What You Gain
c) When You Start Is When You Go
d) None of the above
Answer : a
14. Which tag tells the browser where the page starts and stops?
a) <html>
b) <body>
c) <head>
d) <title>
Answer : a
15. Which program do you need to write HTML?
a) A graphics program
b) Any text editor
c) HTML -development suite 4
d) All of the above
Answer : b
16. In HTML, tags that include both on and off tag are called
a) comment tag
b) document tag
c) container tag
d) None of the above
Answer : c
17. Which tag will you add to specify a font for your whole page?
a) <defaultfont>
b) <targetfont>
c) <basefont>
d) <font>
Answer : a
18. The main container for <TR>, <TD> and <TH> is _______
a) <DATA>
b) <GROUP>
c) <TABLE>
d) None of the above
Answer : c
19. When is the content of a table shown?
a) Before the border loads
b) After the table is loaded
c) In pieces as it loads
d) None of the above
Answer : b
20. The tag used for creating hypertext and hypermedia links is
a) <HR>
b) <BR>
c) <PRE>
d) <A>
Answer : d
Answer : d
22. All normal webpages consists of ______
a) Top and bottom
b) Body and frameset
c) Head and body
d) None of the above
Answer : c
23. <!--> Is a ______
a) Comment tag
b) Underlined tag
c) Underlined with italic tag
d) None of the above
Answer : a
24. Choose the correct HTML tag for the largest heading
a) <h1>
b) <h2>
c) <h4>
d) <h6>
Answer : a
25. To created a bulleted list, use _____
a) <ol>
b) <ul>
c) <il>
d) None of the above
Answer : b
26. What kind of list will <ol> tags create?
a) Numbered list
b) Bulleted list
c) Unordered list
d) None of the above
Answer : a
Answer : c
28. The tag which is used to establish the absolute base for relative
URLs used in the documents hypertext links
a) <BODY>
b) <TITLE>
c) <BASE>
d) <BR>
Answer : c
Answer : b
30. A much better approach to establish the base URL is to use the
______ element.
a) HEAD
b) BODY
c) BASE
d) None of the above
Answer : c
31. Which colors consist of equal amounts of all basic colors?
a) white, blue and gray
b) white, black and gray
c) purple, green and blue
d) None of the above
Answer : b
32. HTML tags are recognized by ____
a) <!
b) <= =>
c) <>
d) None of the above
Answer : c
33. Choose the correct HTML tag to make a text bold
a) <bd>
b) <bold>
c) <bl>
d) <b>
Answer : d
34. Which tag adds a paragraph break after the text?
a) <BR>
b) <P>
c) <PARAGRAPH>
d) <HR>
Answer : b
35. How can you make a list that lists the items with numbers?
a) <ul>
b) <list>
c) <ol>
d) None of the above
Answer : c
36. Gif and jpg are the two main types of what?
a) animated effects
b) videos
c) images
d) None of the above
Answer : c
37. Which tag will add rows to your tables?
a) <tr> and </tr>
b) <th> and </th>
c) <td> and </td>
d) None of the above
Answer : a
38. Which of the following is underline tag?
a) <PRE>
b) <UL>
c) <U>
d) <HR>
Answer : c
Answer : d
39. Which tag can set the background color for your page?
a) <body>
b) <font>
c) <head>
d) <title>
Answer : a
40. <P> is called
a) paragraph tag
b) container tag
c) head tag
d) None of the above
Answer : a