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

What are the differences between CSS and HTLM

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article will explain in detail what are the differences between CSS and HTLM. Xiaobian thinks it is quite practical, so share it with you as a reference. I hope you can gain something after reading this article.

CSS: Cascading Style Sheet

CSS is all about adding style to HTML page tags.

Why CSS?

Deficiencies of HTML:

1. Inability to accommodate multiple devices

2. Requires browsers to be intelligent and large enough

3. Data and display are not separated

4. Not powerful enough.

CSS Benefits:

1. Separate data from display

2. reduce network traffic

3. Make the entire site visually consistent

4. Increased development efficiency

CSS syntax

p{color:red;}

selector {property name: property value;}

The selector must be followed by braces. Attribute names must be separated by colons. Attribute values followed by semicolons

It's best not to have spaces between attribute names and colons.

How CSS and HTML are combined

CSS code is theoretically arbitrary, but usually written in style tags

CSS and HTML can be combined in three ways:

a. Row-level stylesheets: style attributes, ranges apply only to this label

Hello everyone

b. inline style sheets: done with labels. Scope for this page

c. External style sheets: Build style sheet files using. For multiple pages.

Ways to introduce style sheet files:

1): Use labels

eg:

2): Use import, must be written in the label, and must be the first sentence

eg: @import url(a.css) ;

The difference between the two ways of introduction:

Labels cannot be written in external stylesheets, but import statements can be written

About "CSS and HTLM comparison and difference what" this article is shared here, I hope the above content can be of some help to everyone, so that you can learn more knowledge, if you think the article is good, please share it to let more people see.

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