Web Technologies Solved MCQs

Multiple Choice Questions 49 Pages
FT

Contributed by

Falguni Talwar
Loading
  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    Class:-TYBBA(CA) -Semester V
    Subject :- WEB TECHNOLOGY
    Question Bank Multiple Choice Questions (MCQ)
    Unit 1: Web Essentials
    -----------------------------------------------------------------------------------------------------
    1. The tag used to create a hypertext relationship between current document
    and another URL is
    A. <ISINDEX
    B. <A>
    C. <LINK>
    D. none of these
    2. How can you make an e-mail link?
    A. <mail href +"xxx@y.com">
    B. <a href ="mail to:xxx@y.com">
    C. <a href = "xxx@y.com">
    D. Both (b) and (c)
    3. To create a combo box (drop down box) which tag will you use?
    A. <select>
    B. <list>
    C. <input type="dropdown">
    D. all of above
    4. HTML stands for?
    A. Hyper Text Markup Language
    B. High Text Markup Language
    C. Hyper Tabular Markup Language
    D. None of these

    Page 1

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    5. Which of the following tag is used to mark a beginning of Paragraph?
    A. <TD>
    B. <br>
    C. <P>
    D. <TR>
    6. Correct HTML tag for the largest heading is
    A. <head>
    B. <heading>
    C. <h6>
    D. <h1>
    7. The attribute of <form> tag
    A. Method
    B. Action
    C. Both (a)&(b)
    D. None of these
    8. Web pages starts with which off the following tag?
    A. <Body>
    B. <Title>
    C. <HTML>
    D. <Form>
    9. How can you open a link in a new browser window?
    A. < a href = "url" target = "new">
    B. <a href = "url" target= "_blank">
    C. <a href = "url".new>
    D. <a href = "url" target ="open">
    10. The tag used to create a new list item and also include a hyperlink is
    A. <LI>
    B. <DL>
    C. <DD>
    D. <UL>

    Page 2

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    11. Which of the tag is used to creates a number list?
    A. <LI>
    B. <OL>
    C. <LI> and <OL>
    D. None of these
    12. The tag used to create a hypertext relationship between current document
    and another URL is
    A. <ISINDEX>
    B. <A>
    C. <LINK>
    D. None of these
    13. The text inside the <TEXT AREA> tag works like
    A. <P> formatted text
    B. <T> formatted text
    C. <PRE> formatted text
    D. none of these
    14. What is the correct HTML for adding a background color?
    A. <background>yellow<Background>
    B. <body color = "yellow">
    C. <body bgcolor = "yellow">
    D. <body bg ="yellow"
    15. Which tag allows you to add a row in a table?
    A. <td> and </td>
    B. <cr> and </cr>
    C. <th> and </th>
    D. <tr> and </tr>
    16. How can you make a bulleted list?
    A. <list>
    B. <nl>
    C. <ul>
    D. <ol>
    17. Choose the correct HTML tag to make a text italic
    A. <ii>
    B. <italics>
    C. <italic>
    D. <i>

    Page 3

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    18. Choose the correct HTML tag to make a text bold?
    A. <b>
    B. <bold>
    C. <bb>
    D. <bld>
    19. Which tag creates a check box for a form in HTML?
    A. <checkbox>
    B. <input type="checkbox">
    C. <input=checkbox>
    D. <input checkbox>
    20 . To create a combo box (drop down box) which tag will you use?
    A. <select>
    B. <list>
    C. <input type="dropdown">
    D. all of above
    21) Which of the following attributes is used to specify elements to bind style
    rules to?
    a) Id
    b) Class
    c) Tag
    d) all of the mentioned
    22) Which selector is used to specify a rule to bind a particular unique
    element?
    a) Id
    b) Class
    c) Tag
    d) both class and tag
    23) __________ has introduced text, list, box, margin, border, color, and
    background properties.
    Answer:- CSS
    a)css
    b)selector
    c) declaration
    d) text color

    Page 4

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    24) The _______property is used to set the color of the text.
    Answer:- Text color
    a)css
    b)selector
    c) declaration
    d) text color
    25) The CSS __________properties is used to define the background effects.
    Answer:- background
    a)css
    b)selector
    c) background
    d) text color
    26) _______ is a platform independent light weighted objet based scripting
    language.
    a) java script
    b) head
    c) number ,string & boolean
    d) none of these
    27) JavaScript support three primitive data types: ___________.
    a) java script
    b) head
    c) number ,string & Boolean
    d) none of these
    28) JavaScript allows two composite data types: __________
    a) objects and array
    b) head & title
    c) number & Boolean
    d) none of these

    Page 5

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    29) The script tag must be place in the ______.
    a) title
    b) head
    c)body
    d) none of these
    30) _________ keyword is used to declare variables in java script
    a) dim
    b) head
    c) var
    d) none of these
    31) DOM stand for ___________
    a) document object model
    b) document object memory
    c) document oriented memory
    d) none of these
    32) Assignment operators are used to assign values to JavaScript variables.
    a) true
    b) false
    c) both a & b
    d) none of these .
    33) Break statement indicates the end of that Many case.
    a) true
    b) false
    c) both a & b
    d) none of these .

    Page 6

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    34) A string simply stores a series of characters.
    a) true
    b) false
    c) both a & b
    d) none of these .
    35) JavaScript support three primitive data types: ________.
    a) number, string and Boolean.
    b) Object based scripting language
    c) nevigator
    d) live wire
    36) _________ is a platform independent objet based scripting language.
    a) java script
    b) Object based scripting language
    c) nevigator
    d) live wire
    37) __________ java script is also called client side java script
    a) java script
    b) Object based scripting language
    c) nevigator
    d) live wire
    38) ________ java script is also called server side java script
    a) java script
    b) Object based scripting language
    c) nevigator
    d) live wire

    Page 7

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    39) Increment operator, increases the value of variable by what number?
    a) 1
    b) 2
    c) 3
    d) 4
    40) FUCTION is a block of statements that performs certain task.
    a) true
    b) false
    c) both a and b
    d) none of these ..
    1(c)
    2(b)
    3(a)
    4(a)
    5(c)
    6(d)
    7(c)
    8(c)
    9(b)
    10(a)
    11(c)
    12(c)
    13(c)
    14(c)
    15(d)
    16(c)
    17(d)
    18(a)
    19(b)
    20(a)
    21(d)
    22(a)
    23(a)
    24(d)
    25(c)
    26(a)
    27(c)
    28(a)
    29(b)
    30(c)
    31(a)
    32(a)
    33(b)
    34(a)
    35(a)
    36(a)
    37(c)
    38(d)
    39(a)
    40(a)

    Page 8

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    Unit - 2: Markup Languages
    Question Bank Multiple Choice Questions (MCQ)
    --------------------------------------------------------------------------
    1) __________means the amount of data that can be sent from one point to another in a
    certain period of time
    a) bandwidth
    b) html
    c)href
    d) none of these
    2) HTML color are specified using predefined color names or ________ values.
    a) RGB,
    b) RGBA
    c) HSLA
    d) all of these
    3) HTML supports__________ standard color names.
    a) 140
    b) 3
    c) 120
    d)7

    Page 9

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    4) ____this tag is used to give paragraph
    a) <p>
    b)br
    c) <pre>
    d) <marquee>
    5) ________ tag is used to brake the line it is single tag
    a) <p>
    b)<br>
    c) <pre>
    d) <marquee>
    6) ________ is pre formatted tags it is used ,it show the without formatted text .
    a) <p>
    b)br
    c) <pre>
    d) <marquee>
    7)__________tag is used to create a scrolling effect to th selected text
    a) <p>
    b)<br>
    c) <pre>
    d) <marquee>

    Page 10

Download this file to view remaining 39 pages

logo StudyDocs
StudyDocs is a platform where students and educators can share educational resources such as notes, lecture slides, study guides, and practice exams.

Contacts

Links

Resources

© 2025 StudyDocs. All Rights Reserved.