Summary of methods for introducing css styles into html

黄舟
Release: 2017-06-05 15:08:20
Original
3791 people have browsed it

CSS is used to control the performance of web page data and can separate the performance of web pages from data content. In order for CSS to have an effect on web content, CSS code must be introduced into the web page to make the web page more beautiful and dynamic. So how to introduce css? Let me summarize it for you today!

Introducing css styles into HTML:

1.Introduction to four ways to introduce CSS into HTML

Summary of methods for introducing css styles into html

This article mainly provides you with an in-depth analysis of the relevant information on the four ways to introduce CSS into HTML. It has certain reference value. For those who are interested, You can refer to

2.How to introduce CSS in HTML

Summary of methods for introducing css styles into html

How to introduce CSS in HTML There are four main methods, which are inline, embedded, link and imported. Generally speaking, when making a website, styles are mostly written in multiple style sheet files, so we first use the link method to introduce a general style. CSS file, and then use import in this CSS file to introduce other CSS files. But if you dynamically introduce CSS files through JavaScript, you can only use linking.

3.Introduction to the 3 ways to introduce CSS in HTML

So a suggestion here is that if you need to introduce a For CSS files, use the link method; if you need to import multiple CSS files, first use the link method to introduce a "directory" CSS file, and then use the import method to introduce other CSS files in this "directory" CSS file.

4.Introduction to the four ways to introduce css style sheets

Summary of methods for introducing css styles into html

Usually the entire < The ;STYLE>... structure is written in the

section of the web page. The advantage of this usage lies in the uniformity of the entire document. As long as there is a declared component, the style rule will be applied. The disadvantage is the lack of flexibility in individual components.

5.Three ways to introduce CSS styles

Summary of methods for introducing css styles into html

Style sheets are placed in different places. The scope of effect is also different. Roughly speaking, style sheets are divided into inline style sheets and external style sheets, that is, there are three methods: placement on the page, external reference, and external import.

6.Introducing CSS external styles to generate pages is invalid

I encountered a situation before and I don’t know if it is the same as the original poster. Many external styles Even the styles, when introducing the page, use js to uniformly capture and reference another css file. Some css have lost their effect. Later, the prefix was removed and it had the effect. But citations alone are effective.

Q&A related to introducing css:

1.symfony twig file importing css error reporting

2.html5 - The css file reference cannot be found in the source code of the html page. How does html introduce the css style sheet?

[Recommended related articles]:

1.html+css Summary of making various styles of drop-down menus

2.div centering: the most comprehensive summary of div centering methods

3.Getting started with 6 div+css page layouts Summary of tutorials and usage examples

The above is the detailed content of Summary of methods for introducing css styles into html. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!