Skip to main content

Posts

Showing posts from June, 2023

CSS

CSS Introduction to CSS CSS stands for Cascading Style Sheets.We are familiar that webpages are created using Html language which gives the facility to design in our way. Similarly, when it comes to presentation of the content and it's suppliments css comes under play. Css is used to design webpages which are created by html. Css transforms the content into visualised form providing better understanding and presentation. Css is intended to simply the presentation of web pages . It describes the presentable factors like colours, font, layout , pattern, borders, spacing and lot more ... Css enables you to describe how html elements are positioned and presented in a webpage . CSS lets developers and designers define how it behaves and encourages customised features. CSS is easy to learn and understand. It provides powerful control over the presentation of an HTML document. CS...