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

How to use div id and div class

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

Share

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

This article mainly explains "how to use div id and div class". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to use div id and div class.

Id and class are used in div, span, p tags, H2, h3, and other tags, and id and class are very commonly used in-tag attributes.

The above is common to see id and class in the div tag. "header" and "menu" are custom CSS names. (pay attention to CSS naming case, do not start with a number to name css)

I. explanation of the usage of id and class

1. Differences in use

Id is unique, and the same name can only be used once in a web page.

Classes named by class can be used countless times in a web page.

2. The difference in css

Id is a class that begins with the "#" pound sign in css code.

Class is used in css code as "." A class at the beginning of a lowercase period symbol.

What do you mean by id and class

Both id and class can be used within any tag in a web page. Generally, the more important parts and special boxes use id, while the small parts or small structures use class. Id calls the style selector named "#" pound sign in css, and class calls css with "." A style selector named by a period in lowercase.

Thank you for your reading, the above is the content of "how to use div id and div class". After the study of this article, I believe you have a deeper understanding of how to use div id and div class, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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