This property removes the line break before or after the html element Example Code: If you run the above code, you wont see any line breaks between the first and second <p> tags
Archive for the ‘CSS’ Category
display:inline property in CSS
Posted in CSS on March 29, 2011 | Leave a Comment »
display:none property in CSS
Posted in CSS on March 29, 2011 | Leave a Comment »
This property hides the content placed inside an html element Example Code: If you run the above code, the contents enclosed in <p></p> tag are not displayed