Cbse, class 8, IT, Computer : Ch.4 CSS in HTML Notes
Cbse, class 8, IT, Computer : Ch.4 CSS in HTML Notes 1.What is CSS? a) CSS is a style sheet language b) CSS is designed to separate the presentation and content, including layout, colors, and fonts c) CSS is the language used to style the HTML documents d) All of the mentioned 2. Which of the following tag is used to embed css in html page? a) <css> b) <!DOCTYPE html> c) <script> d) <style> 3. Which of the following CSS selectors are used to specify a group of elements? a) tag b) id c) class d) both class and tag 4. Which of the following has introduced text, list, box, margin, border, color, and background properties? a) HTML b) PHP c) CSS d) Ajax 5. Which of the following CSS selector is used to specify a rule to bind a particular unique element? a) tag b) id c) class d) both class and tag 6. Which of the following type of HTML tag is used to define an internal style sheet? a) <script> b) <link> c) &