Briefly describe what is css?

藏色散人
Release: 2020-09-16 17:49:39
Original
10327 people have browsed it

CSS is the abbreviation of English Cascading Style Sheets (cascading style sheets). It is a computer language used to express document styles such as HTML or XML.

Briefly describe what is css?

There are three types of style sheets:

1. Externally linked style sheets. Refers to using CSS files to link to HTML files.

2. Internal style sheet. It refers to the style sheet in the header (in the head) of the HTML page, in the form:

<style type="text/css">
声明{ 属性: 值;}
</style>
Copy after login

3. Embedded style sheet. It refers to the style embedded in the HTML tag, in the form of style="attribute: value;"

Related recommendations: "CSS Tutorial"

The above is the detailed content of Briefly describe what is css?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
css
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template