CSS - Cascading Style Sheets
What is CSS?
CSS is neither programming language nor markup language. The definition of CSS is Cascading Style Sheets
Basically, CSS code helps to make your website stylish. CSS helps to HTML elements.
CSS was first proposed by HÃ¥kon Wium Lie on October 10, 1994. HÃ¥kon Wium Lie, chief technical officer of the Opera Software company and co-creator of the CSS web standards The Filename extension of CSS is .css
CSS - Background
Simple code where the background color will be shown as LIGHTBLUE and the Paragraph will be in red color.
CSS code should be put under the <head> </head>
start with
<style type="text/css">
enter your CSS code here
</style> end here
CSS - P (Paragraph)
gives the following result
No comments