-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is the need for CSS?
CSS is called as Cascading Style Sheets. This is used to enhance the features of web pages like formatting styles say bold, font size and so on and there by increase the visual appearance of web pages. These are specified inside an HTML tag. The use of CSS reduces time and enhances the web page design. With CSS it is possible to define layout of HTML documents like font, color, margin, line, height,...
-
-
-
-
-
What are the ways of creating style sheets?
There are various ways of creating style sheets. The main three ways are listed below namely:
Embedded Style Sheets
External Style Sheets
Inline Styles
Let us see each of these in brief.
Embedded Style Sheets:
Embedded Style Sheets are preset within the web page. This is very useful in making the collection...
CSS Interview Questions
Ans