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 css sets the width of the table border

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

Share

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

This article mainly explains "css how to set table frame width", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "css how to set table frame width" bar!

Method: 1, using the "border-width" attribute, only need to add "border-width: width value;" style to the table element; 2, using the border attribute, only need to add "border: width value solid color value;" style to the table element.

The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.

How css sets the width of the table border

We can set the border width of the table through the border-width property and the border shorthand property.

1 、 border-width

Document .biaoge1 {border-width:5px 1px 2px 5px;} .biaoge2 {border-width:5px;} Month Savings January $100biaoge1

Output result:

2 、 border

Document table {border:5px solid black;} Month Savings January $100

Output result:

Thank you for your reading, the above is the content of "css how to set the width of table frame". After the study of this article, I believe you have a deeper understanding of how css sets the width of table frame, 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