CSS style Sheets

Source: Internet
Author: User

CSS Style sheet:

Inline style sheets (inline styles can be used when special styles need to be applied to individual elements.) Although it has the highest priority. But please use it with caution. )

<p style= "color:red;" ></p>

Internal style Sheets (you can use an internal style sheet when a particular style is required for a single file.) )

<style type= "Text/css" >

p{color:red;}

</style>

external style sheet (when the style needs to be applied to many pages, the external style sheet will be the ideal choice.) with an external style sheet, you can change the appearance of the entire site by changing a file. )

<link rel= "stylesheet" type= "Text/css" href= "css stored path"/>

Pros: 1. Multiple styles can be reused

2. Multiple Web pages can share a single CSS file

3. Easy to modify and maintain, only need to modify a CSS file can change the style of the place, do not need to modify the page code

4. Reduce the page code, improve page loading speed, CSS resides in the cache, when the same site is opened because it has been loaded before the need to load again

5. Suitable for so browser, good compatibility

CSS style Sheets

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.