R Ranjeet π Tutor III β 34.60K Points π Web Technology Q. CSS comments are inserted inside ………………… (A) //...................// (B) <!..................> (C) /*..................*/ (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) /*..................*/
S Shiva Ram π Master β 30.44K Points π Web Technology Q. Which is not the selector type of CSS? (A) ID selector (B) Universal selector (C) Class selector (D) Element selector ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Universal selector
V Vijay Sangwan π Mover β 28.62K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) i, ii and iii only
R Rakesh Kumar π Hard Worker β 28.44K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above
G Gopal Sharma π Tutor III β 38.32K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) border-style
R Ram Sharma π Coach β 193.88K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above
R Rakesh Kumar π Hard Worker β 28.44K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above
A Admin π Coach β 38.37K Points π Web Technology Q. Head tag is used for? (A) Writing style (B) Writing Java Script (C) Including CSS, JS Files (D) All of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of these
G Gopal Sharma π Tutor III β 38.32K Points π 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) clueget
V Vikash Gupta π Tutor III β 33.56K Points π 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) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) ii) and iv)