CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things.
What is CSS?
CSS stands for Cascading Style Sheets
CSS defines how HTML elements are to be displayed
Styles were added to HTML 4.0 to solve a problem
CSS saves a lot of work
External Style Sheets are stored in CSS files!
CSS(cascading Style Sheet) allow you to specify things like the font you want on your page, the size of your text, whether the page is to have 2 columns, whether your text is to be in bold or italics, and so on. In other words, it is the part that lets you control the appearance of your web page.
(1)CSS stands for Cascading Style Sheets
(2)CSS defines how HTML elements are to be displayed
(3)Styles were added to HTML 4.0 to solve a problem
(4)CSS saves a lot of work
css stands for cascading style sheet. it is usually used for give style to an html page. there are three types of style sheet those are inline, internal and external style sheet. inline is with in the HTML tags. internal is used within the html page where as external is used in another sheet then we have to link both the sheets.
CSS stands for Cascading Style Sheets.It was intended to allow developers to separate content from design so that HTML could perform more of the function that it was originally based on - the markup of content, without worry about the design and layout
CSS is a style language that defines layout of HTML documents. It covers fonts, colours, margins, lines, height, width, background images, advanced positions,...