Computer Applications
Which tag is used to create an embedded or internal style sheet?
- Color>
- <Style
- <Type>
- <PRE>
CSS
2 Likes
Answer
<Style
Reason — Embedded or internal style sheet is created using the <Style></Style> tag.
Answered By
1 Like
Related Questions
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
Which of the following characters are used to add comments in CSS?
- #
<!--- //
- None of these
Which property is generally applied to blocks of text (h1, p,th,td,etc.) and is used to align the text of a document.
- Text-align: value
- Letter-align: value
- Background-align: value
- None of these