Cbse class 7th unit 4 more on HTML MCQ : Multiple Choice Questions and Answers solved exercise worksheet
Cbse class 7th unit 4 more on HTML MCQ : Multiple Choice Questions and Answers solved exercise worksheet
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
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 list 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
39. Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms
a) Anchor
b) Imagemap
c) Link
d) All of the above
Answer : d
40. Which tag can set the background color for your page?
a) <body>
b) <font>
c) <head>
d) <title>
Answer : a
41. <P> is called
a) paragraph tag
b) container tag
c) head tag
d) None of the above
Answer : a
42. The <small> and <big> tags are special in what way?
a) They are for images only
b) They work on anything
c) They can be repeated
d) None of the above
Answer : c
43. To start a list using circles, use
a) <ul “round”>
b) <ul type=”circle”>
c) <ul type=”round”>
d) <ul =”round”>
Answer : b
44. Which tag is used to insert images into your web page?
a) img
b) scr
c) im
d) None of the above
Answer : a
45. Choose the correct HTML tag to left-align the content inside a table cell
a) <td leftalign>
b) <td align=”left”>
c) <td valign=”left”>
d) <td=”left”>
Answer : b
46. The tag which allows some Web server search engines to search your Web page
a) <SEARCH>
b) <ISINDEX>
c) <HEAD>
d) <LINK>
Answer : b
47. The special formatting tag is e) <P>
a) <TT>
b) <PRE>
c) None of the above
Answer : c
48. Which of the following will NOT be found in the <head> section?
a) <Table>
b) <Metatags>
c) <Title>
d) None of the above
Answer : a
49. If you create an HTML page in word processor,
a) save it with binary file
b) save it with WMF file
c) save it with ASCII text file
d) All of the above
Answer : c
50. Generally, there are
a) 4 headers in most HTML page
b) 5 headers in most HTML page
c) 6 headers in most HTML page
d) 7 headers in most HTML page
Answer : c
51. The <HR> tag is used for
a) horizontal ruler
b) new line text
c) new pargraph
d) vertical ruler
Answer : a
52. How can you make a list that lits the items with bullets?
a) <dl>
b) <ul>
c) <ol>
d) None of the above
Answer : b
53. What is the correct HTML code for inserting an image?
a) <img>image.gif</img>
b) <img href=”image.gif/>
c) <img src=”image.gif”>
d) None of the above
Answer : c
54. What will be the added by using <td> and </td> tag?
a) rows
b) steps
c) cell
d) columns
Answer : d
55. Imagelink can show a text label if you add property
a) alt
b) str
c) alternative
d) All of the above
Answer : a
56. Which format usually works best for photos?
a) HTML
b) GIF
c) JPG
d) All of the above
Answer : c
57. Which property tells how many rows a cell should span?
a) colspan=n
b) rowspan=n
c) Both (A) and (B)
d) None of the above
Answer : b
58. Which tag is used to add columns to tables?
a) <td>
b) <tr>
c) <th>
d) <colspan>
Answer : a
59. Which tag can add colspan=n?
a) <tr>
b) <td>
c) <table>
d) <th>
Answer : b
60. To set the font for a single link, where do you add the <font></font> tags?
a) In the <head> tag
b) Outside the <a> and </a> tags
c) Inside the <a> and </a> tags
d) None of the above
Answer : c
61. How can you open a link in a new browser window?
a) <a href=”url target=”_blank”>
b) <a href=”url target=”new”>
c) <a href=”url” blank>
d) None of the above
Answer : a
62. If the background image is smaller than the screen, what will happen?
a) It will be streteched
b) It will be repeated
c) It will leave a blank space at the bottom of your page
d) None of the above
Answer : b
63. The HTML tags are all
a) in lower case
b) in upper case
c) case sensitive
d) not case sensitive
Answer : d
64. The <i> tag makes text….?
a) Inline
b) Underline
c) Italic
d) None of the above
Answer : c
65. Why should you add alternative text to your images?
a) So the user can save the image using the text as a name
b) So the users can get an idea of what the image is before
c) In case the user wishes to load a different picture
d) All of the above
Answer : b
66. Which of these tags are all <table> tags?
a) <table><tr><tt>
b) <table><body><tr>
c) <table><tr><td>
d) None of the above
Answer : c
67. Which tag tells where a link starts?
a) <a>
b) <i>
c) <body>
d) None of the above
Answer : a
68. Which the correct e-mail link?
a) <a href=”mailto:xxx@yyy”>
b) <mail>xxx@yyy</mail>
c) <a href=”xxx@yyy”>
d) <href=”xxx@yyy”>
Answer : a
69. Which section is used for text and tags that are shown directly on your web page?
a) Head
b) Metatags
c) Body
d) title
Answer : c
70. The MIME text file is saved with
a) CSS extension
b) HTML extension
c) HMT extension
d) None of the above
Answer : b
71. The attribute used choose the type of font in HTML is?
a) Character
b) Face
c) Text-type
d) All of the above
Answer : b
72. What is the correct HTML tag for inserting a line break?
a) <break>
b) <lb>
c) <pre>
d) <br>
Answer : d
73. To start a list at the count of 3, use
a) <ol begin=”3”>
b) <ol list=”3”>
c) <ol start=”3”>
d) <ol num=”3”>
Answer : c
74. To change the size of an image in HTML, use
a) Pliers
b) Bigger and smaller
c) Top and bottom
d) Height and width
Answer : d
75. The tag for the table rows is
a) <TR>
b) <TD>
c) <TH>
d) None of the above
Answer : a
76. What does vlink mean?
a) active link
b) visible link
c) visited link
d) None of the above
Answer : c
77. Who is making the Web standards?
a) The World Wide Web Consortium
b) Internet Explorer
c) Netscape Navigator
d) None of the above
Answer : a
78. What is the most important tool for adding color to certain areas of the page rather than the entire background?
a) Fonts
b) Image
c) Tables
d) All of the above
Answer : c
79. The paragraphs are break using
a) U tag
b) P tag
c) BR tag
d) HR tag
Answer : b
80. When making bulleted lists, which options do you have?
a) triangle, disc, circle
b) triangle, square, circle
c) disc, circle, square
d) square, disc, polygon
Answer : d
81. Tags and text that do not show directly on the page are placed in
a) Head
b) Body
c) Title
d) None of the above
Answer : a
82. All HTML documents will be basically
a) Graphs
b) Text
c) Pictures
d) None of the above
Answer : b
83. Which of these is not valid HTML?
a) <fontface=”verdana”>
b) <font face=”verdana”>
c) <font face=”verdana, arial”>
d) All of the above
Answer : a
84. To create a list using lowercase letters, use
a) <ol “a”>
b) <ol=”a”>
c) <ol letter=”a”>
d) <ol type=”a”>
Answer : d
85. Which code will led text wrap down the side of the image?
a) <img src= “myImage.gif” wrap= “on”>
b) <img src= “myImage.gif” align= “wrap”>
c) <img src= “myImage.gif” align= “right”>
d) None of the above
Answer : c
86. The tag for the table data is
a) <TR>
b) <TD>
c) <TH>
d) None of the above
Answer : b
87. Defining clickable sub-areas on an image is called
a) image linking
b) multiple mapping
c) image mapping
d) None of the above
Answer : c
88. The tag used to create a new list item and also include a hyperlink
a) <LI>
b) <UL>
c) <DL>
d) None of the above
Answer : a
89. The attribute that defines the relationship between the current document and the HREF’ed URL is
a) URL
b) REV
c) REL
d) PRE
Answer : b
90. The basic format for text link is
a) <HRE=”URL”></A>
b) <HRE=”URL”>Text describing link</A>
c) <A HRE=”URL”>Text describing link</A>
d) None of the above
Answer : c
91. The attribute used to create the actual section within the current HTML document is
a) LINK
b) HERF
c) BASE
d) NAME
Answer : d
92. The <A> tag acts almost like the
a) <P>
b) <B>
c) <U>
d) <I>
Answer : a
93. When images are used as links they get a blue border.
a) Always
b) Never
c) Unless border is set to zero
d) None of the above
Answer : c
94. Where do you place the <title> tag in HTML?
a) Base
b) Head
c) Body
d) None of the above
Answer : b
95. What is the correct HTML code for inserting a background image?
a) <body background=”background.gif”>
b) <img src=”background.gif” background />
c) <background image=”background.gif”>
d) <background=”background.gif”>
Answer : a
96. The tags which are required for every HTML page you create
a) Document
b) Comment
c) Container
d) None of the above
Answer : a
97. The style element holds the document for setting
a) colour, alignment and border
b) font, colour and alignment
c) font, colour, alignment and border
d) colour, alignment
Answer : c
98. How many characters can be written with 1 kilobyte?
a) 1000
b) 1024
c) 1048
d) None of the above
Answer : b
99. One should never combine the “start” and “type” option.
a) True
b) False
c) Sometimes True, Sometimes False
d) None of the above
Answer : b
100. To start a numbered list with regular numerals, use
a) <ol type=”I”>
b) <ol type=”a”>
c) <ol type=”A”>
d) <ol type=”1”>
Answer : d
101. The tag for title text for rows and columns is
a) <TD>
b) <TR>
c) <TH>
d) None of the above
Answer : c
102. How do you add a link which will allow the visitor to send an email from your page?
a) Add <a href=”mailto:youraddress>
b) Add <a href=”sendmailtoyouraddress”>
c) Add <a=”mailto:youraddress>
d) clour, alignment
Answer : a
103. The symbol used at the beginning of the HREF text is
a) @
b) &
c) $
d) #
Answer : d
104. The format of the <BASE> tag is
a) <HREF=”absolute URL”>
b) <BASE=”absolute URL”>
c) <BASE URL=>
d) <base href=”https://www.gkseries.com”>
Answer : d
105. The tag used to create a hypertext relationship between the current document and an external resource is
a) <ISINDEX>
b) <LINK>
c) <A>
d) None of the above
Answer : b
106. The default value of BORDER attribute is
a) 1 pixel
b) 2 pixel
c) 3 pixel
d) None of the above
Answer : a
107. To set the color for table borders, use ______
a) bgcolor=#003300
b) bgimage=#003300
c) bordercolor=#003300
d) tablecolor=#003300
Answer : c
108. What is the correct HTML for adding a background color?
a) <body style = “background-color : yellow”>
b) <body background= “yellow”>
c) <background>yellow</background>
d) All of the above
Answer : a
109. The background image will scroll when the user scrolls down the page, you add which property to the <body> tag?
a) bgproperties = “fixed”
b) bgproperties = “move”
c) bgproperties = “holdstill”
d) None of the above
Answer : c
110. The most basic element of any HTML page is
a) ASCII text
b) text
c) BCD text
d) None of the above
Answer : a
111. To separate single list, use
a) <ol> and </ol>
b) <ul> and </ul>
c) <li> and </li>
d) All of the above
Answer : c
112. To create a numbered list, use
a) <il>
b) <ol>
c) <ul>
d) <li>
Answer : b
113. Which of the following is italic tag
a) <LI>
b) <II>
c) <IT>
d) <I>
Answer : d
114. HTML is simple than
a) SGML
b) CTML
c) STML
d) None of the above
Answer : a
115. Why should you specify a background color if you are using an image for the actual background of your page?
a) So the text shows up better
b) In case the image doesn’t fit right
c) The background color will be shown until the image loads
d) None of the above
Answer : c
116. Which attribute is used to name an element uniquely?
a) class
b) id
c) dot
d) All of the above
Answer : b
117. Text within <strong> tag is displayed as
a) list
b) italic
c) underline
d) bold
Answer : d
118. To create a combo box which tag will you use?
a) <select>
b) <list>
c) <input type=”dropdown”>
d) None of the above
Answer : a
119. Which tag create a check box for a form in HTML?
a) <checkbox>
b) <select>
c) <input type-“checkbox”>
d) None of the above
Answer : c
Comments
Post a Comment