Computer Applications
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
CSS
1 Like
Answer
Universal
Reason — The Universal selector works like a wild card character and is used to match and apply a style to all the elements on a web page.
Answered By
1 Like
Related Questions
The full form of CSS is …………… .
- Cascading Spread Sheet
- Control Spread Sheet
- Cascading Style Sheet
- None of these
A …………… is the name of the HTML element to which a style is applied.
- Tag
- Element
- Selector
- 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
Which tag is used to create an embedded or internal style sheet?
- Color>
- <Style
- <Type>
- <PRE>