Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Introduction to the method of putting CSS into web pages

2025-03-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "introduction to the method of putting CSS into the web page". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Several ways to put CSS into web pages

In-line application

◆ We can declare styles directly in the HTML file.

For example, Thisisfontsize16.

The above HTML file will appear in the browser as: Thisisfontsize16.

◆ embedding styles can be embedded in HTML files (usually inside).

For example

Div {div {background-color:#FF0000;} background color is red

The above HTML will show that the background color is red

External connections are applied in this way, and all CSS style declarations are stored in another file. The file is usually named .css.

In the HTML file.. We will link this .css file with the following code:

The above line adds the style declared in the external-stylesheet.css file to the HTML file.

Import and apply

Import external CSS styles can also be imported into HTML files.

The import is done by using the @ import directive.

The syntax for @ import is

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report