Computer Applications
A …………… is the name of the HTML element to which a style is applied.
- Tag
- Element
- Selector
- None of these
CSS
1 Like
Answer
Selector
Reason — A Selector is the name of the HTML element to which a style is applied.
Answered By
1 Like
Related Questions
The full form of DHTML is …………… .
- Dynamic Hypertext Markup Language
- Definite Hypertext Markup Language
- Designing Hypertext Markup Language
- None of these
The full form of CSS is …………… .
- Cascading Spread Sheet
- Control Spread Sheet
- Cascading Style Sheet
- None of these
Name the selector that works like a wild card character and is used to match and apply a style to all the elements on a web page.
- Wild card
- Universal
- Static
- None of these
Which one of the following is a correct statement?
- h1 {font-weight:bold; font-family:Arial;color:red}
- h1 {font weight; bold; fontfamily: Arial; color: red}
- h1 {font-weight; bold; font-family;Arial;color;red
- None of these