Questions

M.C.Q [1M]

🎯

Test yourself on this topic

17 questions · timed · auto-graded

MCQ 11 Mark
Background is an attribute of:
  • $<$BODY$>$ tag
  • B
    $<$IMG$>$ tag
  • C
    $<$FONT$>$ tag
  • D
    $<$A$>$ tag
Answer
Correct option: A.
$<$BODY$>$ tag
A
View full question & answer
MCQ 21 Mark
When creating a Web document, which unit is used to express an image's height and width?
  • A
    Centimeters
  • Pixels
  • C
    Dots per inch
  • D
    Inches
Answer
Correct option: B.
Pixels
B
View full question & answer
MCQ 31 Mark
Why is it important to specify width and height attribute in $<$IMG$>$ tag?
  • A
    To ensure that image is not copied.
  • B
    The image will not render without these.
  • C
    To stop the image from loading.
  • Helps the browser to load the web page faster.
Answer
Correct option: D.
Helps the browser to load the web page faster.
D
View full question & answer
MCQ 41 Mark
The correct HTML code for inserting an image is :
  • A
    $<$img href="image.gif"$>$
  • $<$img src = 11image.gif$>$
  • C
    $<$img$>$ image.gif $<$/img$>$
  • D
    $<$image src= "image.gif"$>$
Answer
Correct option: B.
$<$img src = 11image.gif$>$
B
View full question & answer
MCQ 51 Mark
If the image you are loading in the web page is not available, then you want a text to appear in the image place holder. Which attribute lets you define this text?
  • A
    Src
  • B
    Align
  • C
    Text
  • Alt
Answer
Correct option: D.
Alt
D
View full question & answer
MCQ 61 Mark
Which of the following is not a valid value for Align attribute of <IMG> tag?
  • A
    Top
  • Center
  • C
    Bottom
  • D
    Middle
Answer
Correct option: B.
Center
B
View full question & answer
MCQ 71 Mark
SRC attribute used with $<$IMG$>$ tag stands for:
  • A
    Screen
  • B
    Screen Resolution Count
  • Source
  • D
    Structure
Answer
Correct option: C.
Source
C
View full question & answer
MCQ 81 Mark
Which of the following is not a paired tag?
  • A
    $<$p$>$
  • B
    $<$u$>$
  • C
    $<$i$>$
  • $<$img$>$
Answer
Correct option: D.
$<$img$>$
D
View full question & answer
MCQ 91 Mark
Alt attribute is used to display an image in a web browser.
  • A
    Yes
  • No
  • C
    Can't say
  • D
    None of the above
Answer
Correct option: B.
No
B
View full question & answer
MCQ 101 Mark
Which of the following attribute indicates that the radio button is selected?
  • A
    NAME
  • B
    VALUE
  • CHECKED
  • D
    None of these
Answer
Correct option: C.
CHECKED
C
View full question & answer
MCQ 111 Mark
Which of the following tag is used to construct drop-down list boxes?
  • A
    INPUT
  • SELECT
  • C
    TEXT
  • D
    ACTION
Answer
Correct option: B.
SELECT
B
View full question & answer
MCQ 131 Mark
Which of the following buttons performs some action when the user clicks on it?
  • A
    COMMAND
  • B
    ACTION
  • C
    METHOD
  • D
    None of these
Answer
self
View full question & answer
MCQ 141 Mark
Which of the following attributes indicates that the radio button is selected?
  • A
    NAME
  • B
    VALUE
  • C
    CHECKED
  • D
    None of these
Answer
self
View full question & answer
MCQ 151 Mark
Which attribute of FORM tag specifies where the information will be sent for processing?
  • A
    ACTION
  • B
    METHOD
  • C
    Both (a) and (b)
  • D
    None of these
Answer
self
View full question & answer
MCQ 161 Mark
GIF stands for _________.
  • A
    Graphics interchange format
  • B
    Graph interchange format
  • C
    Graphic interchange form
  • D
    Graph interchange form
Answer
self
View full question & answer
MCQ 171 Mark
To align an image inline the attribute is:
  • A
    ALIGN="TOP"
  • B
    ALIGN=" BOTTOM"
  • C
    ALIGN="MIDDLE"
  • D
    All the these
Answer
self
View full question & answer