Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

HTML MCQ Class X

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

THE SOVEREIGN SCHOOL

HTML
MULTIPLE CHOICE QUESTIONS AND ANSWERS

1. HTML is stand for _________


a) Hyper Text Markup Language
b) Holistick Technical Method Library
c) Hyper Tax Makes Line
d) None of the above
Answer: a
2. HTML is a subset of ______
a) SGMD
b) SGML : Standardized Generalized Mark up language
c) SGMH
d) None of the above

Answer : b

3. ALL HTML tags are enclosed in what?


a) # and #
b) ? and !
c) < and >
d) { and }

Answer : c

4. To create HTML page, you need _____


a) Web browser
b) text editor
c) Both [A] and [B]
d) None of the above

Answer : c

5. <a> and </a> are the tags used for ______


a) Adding image
b) Aligning text
c) Audio-voiced text
d) Adding links to your page

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

7. The BODY tag is usually used after ______


a) HTML tag
b) EM tag
c) TITLE tag
d) HEAD tag

Answer : d

8. Choose the correct HTML tag to make a text italic


a) <i>
b) <italic>
c) <it>
d) <il>

Answer : a

9. What does the <br> tag add to your webpage?


a) Long break
b) Paragraph break
c) Line break
d) None of the above

Answer : c

10. Adding a border to your image helps the visitor to recognize it as


what?
a) A frame
b) A link
c) A picture
d) None of the above

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

21. What is the correct HTML for creating a hyperlink?


a) <a>https://w.w.w.gkseries.com</a>
b) <a name=”https://w.w.w.gkseries.com”> Gkseries.com</a>
c) <a url=”https://w.w.w.gkseries.com> Gkseries.com</a>
d) <a href=”https://www.gkseries.com”> Gkseries.com</a>

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

27. Increasing the cellpadding means __________


a) Increase the softness of your site
b) Increase the space between cells
c) Increase the distance between cell and content
d) All of the above

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

29. The <BASE> tag is designed to appear only between _______


a) <BODY>
b) <HEAD>
c) <TITLE>
d) <PRE>

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

You might also like