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

CSS external stylesheets are used this way

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces "how to use CSS external stylesheets". In daily operation, I believe many people have doubts about the use of CSS external stylesheets. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful for you to answer the doubts about the use of CSS external stylesheets. Next, please follow the editor to study!

Internal stylesheets are ideal when styles need to be applied to many pages. In the case of internal stylesheets, you probably tamper with one file to turn around the outside of the site. Each page uses tags to link to the stylesheet. The tag is in the header (of the document):

The trapper will read the style name from the file mystyle.css and name the document according to it.

External stylesheet stem may retire from any text editor to develop compilation. The file cannot contain any html tags. Stylesheets should be developed with a .css extension. Here is an example of a stylesheet file:

Hr {color: sienna;} p {margin-left: 20px;} body {background-image: url ("images/back40.gif");}

Do not leave a space between the attribute value and the unit. If you use "margin-left: 20px" instead of "margin-left: 20px", it only works in IE 6, but it doesn't work in Mozilla/Firefox or Netscape.

At this point, the study on "how to use CSS external stylesheets" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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