COMPUTER
CLASS 10
MCQs
CH.1 INTRODUCTION TO HTML
(1) To display the web content, which mark-up language is needed ?
(A) CML.
(B) HTML.
(C) NML.
Answer: (B) HTML
(D) WML
(2) Which of the following is considered as a language for describing web page ?
(A) HTML.
(B) WML.
(C) NML
(D) CML
Answer: (A) HTML
(3) Which of the following is the full form of HTML ?
(A) Hot Text Manipulation Language.
(B) Hyper Text Manipulation Law
(C) Hyper Text Markup Language.
(D) Hidden Text Markup Language
Answer: (C) Hyper Text Markup Language
(4) Which of the following is the full form of SGML ?
(A) Standardized General Markup Language.
(B) System General Manipulation Law
(C) Standardized Genome Markup Law.
(D) Standardized Gigabyte Markup Language
Answer: (A) Standardized General Markup Language
(5) Which of the following refers to an HTML element ?
(A) An opening tag, content, and a closing tag.
(B) Angular brackets
(C) Content.
(D) Any of these
Answer: (A) An opening tag, content and, a closing tag
(6) Which of the following can be used to specify additional formatting along with an HTML element ?
(A) Numbers.
(B) Attributes.
(C) Comments.
(D) Contents
Answer: (B) Attributes
(7) Which of the following refers to a singular tags that do not require content ?
(A) Compete.
(B) Empty.
(C) Null.
(D) Void
Answer: (B) Empty
(8) Which of the following attributes type can appear along with any tag ?
(A) Unique.
(B) Universal.
(C) Trivial.
(D) Preliminary
Answer: (B) Universal
(9) Which type of information can be incorporated in an HTML document ?
(A) Multimedia information.
(B) Text information
(C) Address and path of filename.
(D) All of these
Answer: (D) All of these
(10) Which of the following is an editor to edit an HTML document ?
(A) SciTE.
(B) BriTE.
(C) LigHT.
Answer: (A) SciTE
(D) SpriTE
(11) Who first thought of web ?
(A) Richard Stallman.
(B) Linus Torwalds.
Answer: (D) Tim Burner’s Lee
(C) Bill Gates.
(D) Tim Burner’s Lee
(12) Who prepared Standardized General Markup Language (SGML) ?
(A) Microsoft.
(B) ASCII.
(C) ISO.
Answer: (C) ISO
(D) ANSI
(13) Which bracket is used in HTML code?
(A) [ ].
(B) ( ).
Answer: (C) < >
(C) < >.
(D) { }
(14) What is placed after closing tag in HTML ?
(A) Straight slash ( \ ).
(B) Reverse slash ( / ).
Answer: (B) Reverse slash ( / )
(C) Straight line ( | ).
(D) Exclamation mark ( ! )
(15) Which of the following tag is used for heading ?
(A) <h1>.
(B) <head>.
(C) <pre>.
Answer: (A) <h1>
(D) <tt>
(16) What is the extension to store HTML file ?
(A) .htm.
(B) .html.
Answer: (C) .htm or .html
(D) .hml
(C) .htm or .html.
(17) How many types of heading are there in HTML ?
(A) 4.
(B) 5.
(C) 6.
Answer: (C) 6
(D) 7
(18) Which tag is used to start a new line ?
(A) <b>.
(B) <i>.
Answer: (D) <br>
(C) <u>.
(D) <br>
(19) By which tag is hyperlink made ?
(A) <h>.
(B) <hlink>.
Answer: (D) <a>
(C) <link>.
(D) <a>
(20) What does tag <a> mean ?
(A) And.
(B) All.
Answer: (D) Anchor
(C) Always.
(D) Anchor
(21) Generally, In HTML document on which side of the page is writing placed ?
(A) Left.
(B) Right.
(C) Center.
(D) Any of these
Answer: (A) Left
(22) Which shortcut key is used to view result in browser HTML code ?
(A) F3.
(B) F4.
(C) F5.
Answer: (C) F5
(D) F6
(23) Which name identifies the latest version of HTML ?
(A) HTML 3.0.
(B) HTML 4.0.
(C) HTML 5.0.
Answer: (C) HTML 5.0
(D) HTML 6.0
(24) Which tag is used to show letters in bold ?
(A) <a>.
(B) <b>.
Answer: (B) <b>
(D) <tt>
(C) <br>.
(25) Which tag determines the main part of HTML document ?
(A) <html>.
(B) <head>.
(C) <title>.
Answer: (D) <body>
(D) <body>
(26) Which tag is used to show the end of a line ?
(A) <b>.
(B) <br>.
(C) <tt>.
Answer: (B) <br>
(D) <tr>
(27) What type of space is added between <pre> and </pre> ?
(A) Hard space.
(B) Soft space.
(C) Blank space.
Answer: (A) Hard space
(D) Default space
(28) What is the full form of <s> tag ?
(A) Strong.
(B) Stable.
Answer: (D) Strike
(D) Strike
(C) Straight.
(29) Which of the following option is a part of HTML document ?
(A) Head section, Title section.
(B) Html section, Title section
(C) Head section, Body section.
(D) Html section, Head section
Answer: (C) Head section, Body section
(30) Which is the middle part of the constitution of a tag ?
(A) Opening tag.
(B) Closing tag.
(C) Content.
Answer: (C) Content
(D) Any of these
(1) Which of the following form basic two sections of an HTML code ?
(A) Head and Body
(B) Physical and Logical
(C) Code and Browser
(D) Meta-tags and Body
Answer: (A) Head and Body
(2) The meta-tags in an HTML document are written in which of the following section ?
(A) Body
(B) Code
(C) Head
(D) Special
Answer: (C) Head
(3) Which of the following about a web page is described when a meta-tag is used in HTML
page ?
(A) Author, Purpose and Keywords
(B) Layout
(C) Style
(D) Size
Answer: (A) Author, Purpose and Keywords
(4) Title of a web page is embedded within which of the following tag ?
(A) <p> and </p>
(B) <body> and </body>
(C) <title> and </title>
(D) <h1> and </h1>
Answer: (C) <title> and </title>
(5) In which of the following sections can we add comments in HTML document ?
(A) Head
(B) Body
(C) Head and Body
(D) Head or Body
Answer: (C) Head and Body
(6) Which of the following is used to specify a colour in HTML code ?
(A) Colour code in hexadecimal
(B) Colour code in decimal
(C) Colour mixing model
(D) Pixel in percentage
Answer: (A) Colour code in hexadecimal
(7) Which of the following is used to set a visited link in HTML code ?
(A) alink
(B) vlink
(C) before link
(D) after link
Answer: (B) vlink
(8) Which of the following is used to set an active link in HTML code ?
(A) alink
(B) vlink
(C) before link
(D) after link
Answer: (A) alink
(9) Which of the following are two broad classes of formatting character in HTML ?
(A) Physical and Logical
(B) Internal and External
(C) Temporary and Permanent
(D) Head and Body
Answer: (A) Physical and Logical
(10) What is the full form of URL ?
(A) Unified Resource Locator
(B) Uniform Resource Locator
(C) Unzip Resource Locator
(D) Unformed Resource Locator
Answer: (B) Uniform Resource Locator
(11) How is the tag giving additional information in HTML known ?
(A) Meta tag
(B) Mega tag
(C) Master tag
(D) Main tag
Answer: (A) Meta tag
(12) Which of the following words are used by search engine ?
(A) Main words
(B) Key words
(C) Attribute words
(D) Information words
Answer: (B) Key words
(13) Which tags are used to put comments in HTML ?
(A) </– ………. –>
(B) </– ……….–/>
(C) <– ………. –>
(D) <!– ………. –>
Answer: (D) <!– ………. –>
(14) How is matter less tag known ?
(A) Closing tag
(B) Master tag
(C) Blank tag
(D) Data tag
Answer: (C) Blank tag
(15) Which attribute determines color in HTML ?
(A) Background
(B) Bground
(C) Bgcolor
(D) Backcolor
Answer: (C) Bgcolor
(16) How is the color combination for basic electronic medium known ?
(A) Red, Green, Blue
(B) Red, Green, Yellow
(C) Red, Green, Orange
(D) Red, Yellow, Blue
Answer: (A) Red, Green, Blue
(17) Which element is used for draw a horizontal line ?
(A) <hr />
(B) <hr \>
(C) <hr %>
(D) <hr #>
Answer: (A) <hr />
(18) Which attribute is used for setting the thickness of line ?
(A) Width
(B) Size
(C) Align
(D) No shade
Answer: (B) Size
(19) To arranged text in to paragraph, which tag can be used ?
(A) <p>
(B) <pre>
(C) <para>
(D) <perform>
Answer: (A) <p>
(20) Which tag is used to display the text more emphasis ?
(A) <code>
(B) <strong>
(C) <cite>
(D) <dfn>
Answer: (B) <strong>
(21) Which tag is used to display the text in particle style and size ?
(A) <font>
(B) <code>
(C) <size>
(D) <type>
Answer: (A) <font>
(22) Which attribute decide the color of the text ?
(A) fcolor
(B) bgcolor
(C) color
(D) fontcolor
Answer: (C) color
(23) Which tag is used to display URL in webpage ?
(A) <base>
(B) <basefont>
(C) <baseurl>
(D) <baseu>
Answer: (A) <base>
(24) Which tag is used to set a default font for a entire webpage ?
(A) <font>
(B) <bfont>
(C) <basefont>
(D) <bodyfont>
Answer: (C) <basefont>
(25) Which tag is used to display the header part in HTML document ?
(A) <html>
(B) <head>
(C) <body>
(D) <title>
Answer: (B) <head>
(26) Which tag is used to give link between document and other page ?
(A) <link>
(B) <style>
(C) <dfn>
(D) <meta>
Answer: (A) <link>
(27) Which tag is used to define client script ?
(A) <sc>
(B) <st>
(C) <script>
(D) <webscript>
Answer: (C) <script>
(28) Which tag is used to strike off the text ?
(A) <tt>
(B) <st>
(C) <strike>
(D) <strong>
Answer: (C) <strike>
(29) Which of the following tag draws a line at the bottom of the text ?
(A) <t>
(B) <u>
(C) <b>
(D) <d>
Answer: (B) <u>
(30) Which attribute is used with <hr> tag ?
(A) size, color
(B) width, alignment
(C) noshade
(D) All of these
Answer: (D) All of these