Web Development MCQs QUIZ-1

WEB QUIZ-1 Web Application Development Marks: 50

  1. Advantages of CSS are? (Click all appropriate)
  2. Styles can be stored.
    Style is separate from structure
    Documents are potentially smaller
    Site maintenance is easier.
  3. <img> tag is a Void element?
  4. Yes
    No
  5. If I want to change text color what rule will be work?
  6. background-color: blue
    colour: blue
    color: blue
    text-color: blue
  7. p{color:#FF0000;}, this rule will set _____ color.
  8. blue
    green
    red
    black
  9. <HR> represents _______
  10. horizontal Resource
    horizontal rule
    hyper reference
    Horizontal reference
  11. font-weight property is associated with ________
  12. bold
    strike
    underlined
    italic
  13. The Largest heading in HTML is?
  14. H1
    H2
    H6
    H4
  15. Birth of Internet was started __________
  16. by the start of 1969.
    by the start of 1991.
    by the end of 1969.
    by the end of 1995.
  17. For internal CSS, we set styling in _________ tags.
  18. div
    Body
    p
    Head
  19. Select the item below that indicates the top-level domain name for the URL http://www.mozilla.com.
  20. http URL mozilla com
  21. The interconnected network of computer networks that spans the globe, seems to be everywhere today is called ________.
  22. Intranet
    MAN
    LAN
    Internet
  23. For center the elements the following rule will be used.
  24. margin: 0 auto;
    margin: auto;
    margin: 0;
    margin: auto 0;
  25. The ideal size for favicon is _____
  26. 40 x 40 30 x 30 16 × 16 18 x 18
  27. Which of the following configures a background color of #00CED1 for a web page using CSS?
  28. body { background-color: #00CED1; }
    body { bgcolor: #00CED1;}
    document { background: #00CED1; }
    document { bgcolor: #00CED1; }
  29. If my file have a .txt file extension after saving as html, what should I do?
  30. save again as before
    type the name of the fil e within quotation marks (“index.html”)
    type the name of the file within single quotes (‘index.htm’)
    delete file and save again
  31. How many type of lists are there?
  32. One Two Four Three
  33. The “cascade” (rules of precedence) that applies the styles in order from outermost (external styles) to innermost (HTML attributes coded on the page). Select the highest precedence.
  34. Inline Styles
    External Styles
    Bowser Defaults
    Embedded Styles
    HTML attributes
  35. In ____, Mosaic, the first graphical web browser became available.
  36. 1993 1991 1995 1994
  37. To create an e-mail hyperlink to the e-mail address help@terrymorris.net, click appropriate answer.
  38. <a href="mailto:help@terrymorris.net">help@terrymorris.net</a>
    <a="mailto:help@terrymorris.net">help@terrymorris.net</a>
    <a href="help@terrymorris.net">help@terrymorris.net</a>
    <a mailto="help@terrymorris.net">help@terrymorris.net</a>
  39. <h1 style="color:#cc0000">This is displayed as a red heading</h1> this styling is said to be ?
  40. Embedded CSS Internal CSS Inline CSS Imported CSS
  41. For HTML 5, what is the right way?
  42. <DOCTYPE !html>
    <!DOCTYPE html>
    <DOCTYPE html!>
    <DOCTYPE html>
  43. Of the following organizations, which one coordinates applications for new TLDs?
  44. Internet Assigned Numbers Authority (IANA)
    Internet Engineering Task Force (IETF)
    World Wide Web Consortium (W3C)
    Internet Corporation for Assigned Numbers and Names (ICANN)
  45. Can an Image be a hyperlink?
  46. Yes No
  47. The percentage of the global population that used the Internet was _____ in 2015.
  48. 28.8% 5.8% 15.7% 45%
  49. Span is a/an ________ element
  50. None of these Block Void Inline
  51. For opening link in new tab using anchor tag which attribute should be set ________?
  52. Target Title Src Href
  53. Internal CSS is also known as ______.
  54. External CSS Embedded CSS
    Inline CSS Imported CSS
  55. Style sheets are composed of style rules that describe the styling to be applied. Each rule has ___parts.
  56. Five Three Four Two
  57. Are inline styles recommended?
  58. Yes No
  59. Web developers use ____ methods to incorporate CSS technology:
  60. Five Three Four Two
  61. In 1991, the first World Wide Web was created by _________
  62. Steve Jobs Bill Gates Dennis Ritchie Tim Berners-Lee
  63. p{color:rgb(0,0,255);}, this rule will set _____ color.
  64. Black Red Blue Green
  65. In UL, LI represents ______.
  66. List Index List Iterate List List Item
  67. text-decoration property is associated with ________
  68. underlined italic strike bold
  69. __________ image file does not provide transparency.
  70. GIF JPEG PNG
  71. # is used for _____ selector.
  72. Class Descendent ID None of these
  73. which font unit is recommended by W3C.
  74. em pt xx-small px
  75. Are there more than one way to validate my HTML?
  76. Yes No
  77. What is a unique text-based Internet address corresponding to a computer’s unique numeric IP address called?
  78. IP address domain name URL user name
  79. My web page looks different in some browsers. What can I do?
  80. Consult with experts
    Change browsers properties
    This is part of life in the world of web developers.
    Rewrite HTML and CSS
  81. Which of the following organizations takes a proactive role in developing recommendations and prototype technologies related to the Web?
  82. Internet Engineering Task Force (IETF)
    World Wide Web Consortium (W3C)
    Internet Corporation for Assigned Numbers and Names (ICANN)
    Web Professional Standards Organization (WPO)
  83. Why should I create a folder, why not just use the desktop, click most appropriate?
  84. There is no need for create a Folder
    We can change folders names
    Folders will help you to organize your work.
    We can save any type of file in Folders
  85. Do I have to start each tag on its own line?
  86. No Yes
  87. DIV element represents as ____
  88. Division Divine None of these Divide
  89. Is there a quick way to apply the same styles to more than one HTML tag or more than one class?
  90. No Yes
  91. For Line break we use __________ tag
  92. &nbsp Br Hr Block element
  93. For setting body background image, which one is right?
  94. body { background-image: url(texture1.png); }
    body { background-image: url(texture1); }
    body { background-image: src(texture1.png); }
    body { background-image: href(texture1.png); }
  95. <link rel="stylesheet" href="color.css"> this styling is said to be ?
  96. External CSS Internal CSS
    Embedded CSS Inline CSS
  97. In CSS, what is the way for comment?
  98. /* comment */ /* comment
    // Comment <!- -Comment- ->

For Solution Attempt Quiz for free and see answers

Click Here to Start
Web Development MCQs QUIZ-2

Comments

Popular posts from this blog

GAT GENERAL TEST Sample 1 Questions (Quantitative)

GAT GENERAL TEST Solution of Sample 1 Questions (Quantitative)

GAT GENERAL TEST Sample 2 Questions (Quantitative)