Computer Science, asked by money02, 1 year ago

Define CSS and their types?

Answers

Answered by lfstone3
11
CSS or cascading style sheets is used for making a simple html webpage beautiful or stylish. The types of CSS are as follows: 1) external 2) internall 3) & inline
Answered by VISHALKUMARV22
10

Answer:

CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work. It can control the layout of multiple web pages all at once. External stylesheets are stored in CSS files.

Similar questions