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 types of css elements

2025-01-29 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 "what are the element types of css". Many people will encounter such a dilemma in the operation of actual cases, 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!

1. Block elements are displayed in a rectangular area on the page.

Arrange from top to bottom, occupy a single line

You can add width and height directly and can be used as a container for other elements or content

Common block elements are: div, p, h2...h7, ol, ul, dl, table, address, blockquote, form, fieldset (form field set), colgroup-col (form column grouping element), table-tr-td

2, inline elements, the smallest unit on the page is also a rectangle.

Arrange in a line, not exclusive

Width and height cannot be added directly, the size is supported by the content.

Inline elements also conform to the rules of the box model, but individual attributes may have problems (padding-top) magin-top/bottom)

3. Inline block elements, inline block elements have the characteristics of both inline elements and block elements.

1) and other elements are on one line

2) the height, width, row height and top and bottom margins of the element can be set.

The conversion box model of element types can change the default display type through the display attribute

This is the end of the content of "what are the types of css elements". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

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