Questions · Page 1 of 2

MCQ . (1 Marks)

🎯

Test yourself on this topic

50 questions · timed · auto-graded

MCQ 11 Mark
Which of the following refers to a singular tags that do not require content ?
  • A
    Compete
  • Empty
  • C
    Null
  • D
    Void
Answer
Correct option: B.
Empty
b
View full question & answer
MCQ 21 Mark
Which of the following refers to an $HTML$ element ?
  • An opening tag, content and a closing tag
  • B
    Angular brackets
  • C
    Content
  • D
    All of the given
Answer
Correct option: A.
An opening tag, content and a closing tag
a
View full question & answer
MCQ 31 Mark
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
Correct option: A.
A Standardized General Markup Language
a
View full question & answer
MCQ 41 Mark
Which of the following is the full form of $HTML ?$
  • A
    Hot Text Manipulation Language
  • B
    Hyper Text Manipulation Law
  • Hyper Text Markup Language
  • D
    Hidden Text Markup Language
Answer
Correct option: C.
Hyper Text Markup Language
c
View full question & answer
MCQ 51 Mark
Which of the following is considered as a language for describing web page ?
  • $HTML$
  • B
    $WML$
  • C
    $NML$
  • D
    $CML$
Answer
Correct option: A.
$HTML$
a
View full question & answer
MCQ 61 Mark
To display the web content, which mark-up language is needed ?
  • A
    $CML$
  • $HTML$
  • C
    $NML$
  • D
    $WML$
Answer
Correct option: B.
$HTML$
$HTML$
View full question & answer
MCQ 71 Mark
Which type of information can be incorporated in an $HTML$ document ?
  • A
    Multimedia information
  • B
    Text information
  • C
    Address and path of file name
  • All of the given
Answer
Correct option: D.
All of the given
All of the given
View full question & answer
MCQ 81 Mark
The spaces that are inserted automatically by the browser are known as _____.
  • A
    hard space
  • soft space
  • C
    added space
  • D
    all of the given
Answer
Correct option: B.
soft space
B
View full question & answer
MCQ 91 Mark
_____ is a text editor based on a free source code editing component called scintilla.
  • A
    gedit
  • B
    scintilla
  • SciTE
  • D
    SpriTE
Answer
Correct option: C.
SciTE
C
View full question & answer
MCQ 101 Mark
Which of the following tag ends the current line and is also an unpaired tag ?
  • or
  • B
    ...
  • C
    ...
  • D
    ...
Answer
Correct option: A.
or
A
View full question & answer
MCQ 111 Mark
Which of the following is an editor to edit an HTML document ?
  • SciTE
  • B
    BriTE
  • C
    LighT
  • D
    SpriTE
Answer
Correct option: A.
SciTE
A
View full question & answer
MCQ 121 Mark
Which of the following content can be embedded with hyperlink ?
  • A
    text
  • B
    picture
  • C
    graphics
  • all of the given
Answer
Correct option: D.
all of the given
D
View full question & answer
MCQ 131 Mark
Which of following is used to view an HTML document ?
  • A
    Internet Explorer
  • B
    Mozilla Firefox
  • C
    Netscape Navigator
  • All of the given
Answer
Correct option: D.
All of the given
D
View full question & answer
MCQ 141 Mark
Which of the following attribute is used to align the contents or heading in the left, center or right of the page ?
  • A
    ...
  • align
  • C
    href
  • D
    None of the given
Answer
Correct option: B.
align
B
View full question & answer
MCQ 151 Mark
Which of the following attribute is universal attribute ?
  • align
  • B
    href
  • C
    Both A and B
  • D
    None of the given
Answer
Correct option: A.
align
A
View full question & answer
MCQ 161 Mark
Which of the following attributes type can appear along with any tag ?
  • A
    Unique
  • Universal
  • C
    Trivial
  • D
    Preliminary
Answer
Correct option: B.
Universal
B
View full question & answer
MCQ 191 Mark
The second part of an attribute is _____.
  • A
    name of the attribute
  • value of the attribute
  • C
    = symbol
  • D
    all of the given
Answer
Correct option: B.
value of the attribute
B
View full question & answer
MCQ 201 Mark
The first part of an attribute is ______.
  • name of the attribute
  • B
    value of the attribute
  • C
    = symbol
  • D
    all of the given
Answer
Correct option: A.
name of the attribute
A
View full question & answer
MCQ 211 Mark
Attributes always appear on the _____ of the elements that carry them.
  • A
    ending tags
  • B
    contents
  • opening tags
  • D
    none of the given
Answer
Correct option: C.
opening tags
C
View full question & answer
MCQ 231 Mark
Which of the following can be used to specify additional formatting along with a HTML element ?
  • A
    Number
  • Attributes
  • C
    Comments
  • D
    Contents
Answer
Correct option: B.
Attributes
B
View full question & answer
MCQ 241 Mark
If the referred file is located one directory above then _____ sign is used before the called file name.
  • A
    /
  • ../
  • C
    /..
  • D
    ./
Answer
Correct option: B.
../
B
View full question & answer
MCQ 251 Mark
______ address is used when the calling file and called file are in the same directory.
  • Relative
  • B
    Irrelative
  • C
    Absolute
  • D
    Unabsolute
Answer
Correct option: A.
Relative
A
View full question & answer
MCQ 261 Mark
Web pages created using an HTML code contain only fixed Information and hence are known as ______ web pages.
  • static
  • B
    dynamic
  • C
    fixed
  • D
    compulsory
Answer
Correct option: A.
static
A
View full question & answer
MCQ 271 Mark
A web site which is a collection of many web pages, manages links through $.........$ management.
  • A
    parent file
  • B
    referred file
  • hyperlink
  • D
    all of the given
Answer
Correct option: C.
hyperlink
View full question & answer
MCQ 281 Mark
The file which has been called with the use of hyperlink is known as $.........$ file.
  • A
    referred
  • B
    called
  • C
    parent
  • $A$ or $B$ file.
Answer
Correct option: D.
$A$ or $B$ file.
View full question & answer
MCQ 291 Mark
The $\text{HTML}$ document referring another file with the usage of tag is known As $.........$
  • A
    parent file
  • B
    calling file
  • $A$ or $B$
  • D
    referred file
Answer
Correct option: C.
$A$ or $B$
View full question & answer
MCQ 301 Mark
Set of some word/text of the web site that appears in different colour $($generally blue and underlined$)$ are called $.........$
  • A
    blue link
  • B
    text link
  • hyperlink
  • D
    none of the given
Answer
Correct option: C.
hyperlink
View full question & answer
MCQ 311 Mark
$.........$ is used to display further explanation of some particular content in web site.
  • A
    tag and tag
  • hyperlink
  • C
    tag
  • D
    and tag
Answer
Correct option: B.
hyperlink
View full question & answer
MCQ 321 Mark
The content of ____ element is written in typewriter type of fonts.
  • B
    ...
  • C
    ...
  • D
    ...
Answer
Correct option: A.
A
View full question & answer
MCQ 341 Mark
The output of an HTML coding <p> H <sub> 2 </sub> O </p> will be ______
  • A
    $ \mathrm{H}^{2} \mathrm{O} $
  • $ \mathrm{H}_{2} \mathrm{O} $
  • C
    $ \mathrm{HO}_{2} $
  • D
    $ \mathrm{HO}^{2} $
Answer
Correct option: B.
$ \mathrm{H}_{2} \mathrm{O} $
B
View full question & answer
MCQ 351 Mark
Which of the following tag displays the content in superscript ?
  • A
    $^{and}$
  • $^{and}$
  • C
    and
  • D
    and
Answer
Correct option: B.
$^{and}$
B
View full question & answer
MCQ 361 Mark
The content of _______ element is displayed one font size smaller than the rest of the text surrounding it.
  • and
  • B
    and
  • C
    and
  • D
    and
Answer
Correct option: A.
and
A
View full question & answer
MCQ 371 Mark
Typewriter type of fonts are also known as ________ fonts.
  • A
    black and white
  • B
    keyboard
  • mono-spaced
  • D
    none of the given
Answer
Correct option: C.
mono-spaced
C
View full question & answer
MCQ 381 Mark
_______ tag is used to display the content with a strikethrough a thin line through the text.
  • A
    and
  • and
  • C
    and
  • D
    and
Answer
Correct option: B.
and
B
View full question & answer
MCQ 391 Mark
________ tag is used to display some important words of the content with underlined letters.
  • A
    and
  • B
    and
  • and   
  • D
    and
Answer
Correct option: C.
and   
C
View full question & answer
MCQ 401 Mark
What is the use of and tags ?
  • To display the content into bold letters.
  • B
    To display the content into italics letters.
  • C
    To display the content with underline letters.
  • D
    None of the given
Answer
Correct option: A.
To display the content into bold letters.
A
View full question & answer
MCQ 411 Mark
Which of the following tag represents preformatted contents ?
  • A
    ...
  • C
    ...
  • D
    ...
Answer
Correct option: B.
B
View full question & answer
MCQ 421 Mark
Which of the following can be done by an HTML code developer to make it more readable?
  • A
    Can indent the code
  • B
    Can add extra space in the code
  • A or B
  • D
    None of the given
Answer
Correct option: C.
A or B
c
View full question & answer
MCQ 431 Mark
The element that does not have an opening and closing is known tag
  • A
    Compete
  • Empty
  • C
    Null
  • D
    Void
Answer
Correct option: B.
Empty
b
View full question & answer
MCQ 441 Mark
________tag ends the current line and pushes the coming text into next line.
  • A
    < br >
  • B
    < br/ >
  • C
    < h1 >
  • A or B
Answer
Correct option: D.
A or B
d
View full question & answer
MCQ 451 Mark
______ tag structures the content into a paragraph.
  • A
    < b > and < b >
  • B
    < I > and < /I >
  • < p > and < /p >
  • D
    < u > and < /u >
Answer
Correct option: C.
< p > and < /p >
c
View full question & answer
MCQ 461 Mark
Which of the following tag display the contents in the biggest font size in heading ?
  • < h1 >
  • B
    < h2 >
  • C
    < h6 >
  • D
    < h3 >
Answer
Correct option: A.
< h1 >
a
View full question & answer
MCQ 481 Mark
Which of the following tags starts & ends the structure of an HTML document?
  • A
    < body > ... < /body >
  • < html > ...< /html >
  • C
    < title > …..< /title >
  • D
    none of the given
Answer
Correct option: B.
< html > ...< /html >
b
View full question & answer
MCQ 491 Mark
In HTML, the contents written within “<!_ _” and “_ _>” tags are considered as _____.
  • A
    A title
  • comments
  • C
    hyperlink
  • D
    Important word
Answer
Correct option: B.
comments
b
View full question & answer
MCQ 501 Mark
When some space is inserted manually by the user in an HTML document, it is known as
  • Hard space
  • B
    Soft space
  • C
    Free space
  • D
    Extra space
Answer
Correct option: A.
Hard space
a
View full question & answer
MCQ . (1 Marks) - Computer STD 10 Questions - Vidyadip