πŸ“Š Web Technology
Q. CSS comments are inserted inside …………………
  • (A) //...................//
  • (B) <!..................>
  • (C) /*..................*/
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) /*..................*/
πŸ“Š Web Technology
Q. Which is not the selector type of CSS?
  • (A) ID selector
  • (B) Universal selector
  • (C) Class selector
  • (D) Element selector
πŸ’¬ Discuss
βœ… Correct Answer: (B) Universal selector
πŸ“Š Web Technology
Q. A CSS style rule is made up of three parts which are …… i) Selector ii) Property iii) Value iv) Attribute
  • (A) ii and iv only
  • (B) ii, iii and iv only
  • (C) i, ii and iii only
  • (D) i, ii, iii and iv
πŸ’¬ Discuss
βœ… Correct Answer: (C) i, ii and iii only
πŸ“Š Web Technology
Q. Which of the following are the advantages of CSS?
  • (A) CSS saves time
  • (B) Page load faster
  • (C) Easy maintenance
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above
πŸ“Š Web Technology
Q. The ..................... specifies whether a border should be solid, dashed line, dotted line, double line, groove etc.
  • (A) border-layout
  • (B) border-decoration
  • (C) border-style
  • (D) border-weight
πŸ’¬ Discuss
βœ… Correct Answer: (C) border-style
πŸ“Š Web Technology
Q. The different ways to associate styles with a HTML document are ……………
  • (A) Embedded css with <style> element
  • (B) Inline css with style attribute
  • (C) External css with <link> element
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above
πŸ“Š Web Technology
Q. Which of the following are the background properties in CSS? i) background-color ii) background-image iii) background-repeat iv) background-position v) background
  • (A) i, ii, iii and iv only
  • (B) i, ii, iii and v only
  • (C) i, ii, iv and v only
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above
πŸ“Š Web Technology
Q. Head tag is used for?
  • (A) Writing style
  • (B) Writing Java Script
  • (C) Including CSS, JS Files
  • (D) All of these
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of these
πŸ“Š Web Technology
Q. What will be the output of the following PHP code? <?php $a = "clue"; $a .= "get"; echo "$a"; ?>
  • (A) get
  • (B) true
  • (C) false
  • (D) clueget
πŸ’¬ Discuss
βœ… Correct Answer: (D) clueget
πŸ“Š Web Technology
Q. Which of following variables can be assigned a value to it? i) $3hello ii) $_hello iii) $this iv) $This
  • (A) All of the above
  • (B) Only ii)
  • (C) ii), iii) and iv)
  • (D) ii) and iv)
πŸ’¬ Discuss
βœ… Correct Answer: (D) ii) and iv)