Computer Applications
Which of the following characters are used to add comments in CSS?
- #
<!--- //
- None of these
CSS
1 Like
Answer
None of these
Reason — In CSS, comments are placed between /* and */.
Answered By
1 Like
Related Questions
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>
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
Which property helps you to set the border style of an HTML element?
- Style
- border-color
- border-width
- None of these