CSS / CSS3 : Web Designing Questions & Answers
Question : How can we write comment along with CSS code ?
A.
/* a comment */
B.
// a comment //
C.
/ a comment /
D.
<' a comment'>
Correct Answer is : Option A.
- Which css property you will use if you want to add some margin between a DIV's border and its inner text ?
- Which CSS property is used to control the text size of an element ?
- The default value of "position" attribute is _________.
- How will you make all paragraph elements 'RED' in color ?
- By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?