a) True b) False Answer: a Explanation: It is good practice to include H1 heading only once and ...
View Question_________ has introduced text, list, box, margin, border, color, and background properties.
a) css b) html c) ajax d) php Answer: a Explanation: CSS is a style sheet language ...
View QuestionWhich of the following tag is used to embed css in html page?
a) <script> b) <style> c) <css> d) <!DOCTYPE html> Answer: b Explanation: <style> </style> tag is used to embed ...
View Question________ selectors are used to specify a group of elements.
a) id b) class c) tag d) both class and tag Answer: b Explanation: Class selectors are used to ...
View QuestionIn CSS, “font-size” can be called as ________
a) Selector b) Rule c) Property d) Property-Name Answer: d Explanation: In CSS, font-size is a property-name ...
View QuestionWhich selector is used to specify a rule to bind a particular unique element?
a) id b) class c) tag d) both class and tag Answer: a Explanation: For binding a particular unique ...
View QuestionWhich 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 Answer: d Explanation: In CSS, styling elements ...
View QuestionIn css, “color:red” can be called as _____________
a) Selector b) Rule c) Declaration d) Value Answer: c Explanation: In CSS, color:red is the declaration for an ...
View QuestionIn CSS, h1 can be called as _______
a) Selector b) Attribute c) Value d) Tag Answer: a Explanation: HTML element h1 is used in CSS ...
View QuestionCSS stands for __________
a) Color Style Sheets b) Cascade Sheets Style c) Cascade Style Sheet d) Cascading Style Sheets Answer: d Explanation: CSS is ...
View Question