Latest Answer : p{white-space: nowrap}Is this what you are looking for ? ...
Latest Answer : You can group selectors. Separate each selector with a comma. In the example below we have grouped all the header elements. All header elements will be displayed in green text color: h1,h2,h3,h4,h5,h6 {color: green} ...
Latest Answer : We can use text-decoration : underline for this ...
Latest Answer : CSS 3 supports multiple backgrounds, but in CSS2 you cannot. ...
Latest Answer : A superset of CSS, CSS2 includes a number of new capabilities like absolute, relative, and fixed positioning of elements, the concept of media types, support for aural style sheets and bidirectional text, and new font properties such as shadows.CSS3 is ...