Loading Please Wait...
CSS (Cascading Style Sheets) is used to style the HTML document. CSS describes how and HTML page look and displayed on the browser.
CSS is used to style the HTML page, such as design, layout, different look for different devices and screen, cross browser styling.
body{
background-color: pink;
}
h1{
color: red;
}
p{
color: green;
font-family: "Arial";
}
When HTML is introduced, its main purpose is to define the content of the page and never contains tag for styling.
Later <font> element was introduced in HTML 3.0 for styling. But using a tag for styling makes the HTML page long and time consuming process.
Hence CSS came into play which is used to style the document and all the formatting was removed from HTML.
CSS saves a lot of work by adding single style for multiple pages making modification of the style real easy. Now we need to take care of a single file instead updating code in multiple places.
Below is the example of CSS where a single HTML page is styled by different CSS style.
This is example text. This is example text. This is example text. This is example text.
This is example text. This is example text. This is example text. This is example text.
How you feel about this blog:
Share this blog on:
If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com
Contact UsWe are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..
Copyright ©
, Lynxsia IT Solutions, All rights reserved