How CSS sets the border to a dashed line

Source: Internet
Author: User
Tags dashed line

How CSS sets the border to a dashed line:

The default state text box is a solid border, and here's how to implement a dashed border.

The instance code is as follows:

<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><Metaname= "Author"content= "http://www.51texiao.cn/" /><title>Ant Tribe</title><styletype= "Text/css">. MyTest{width:200px;Height:200px;Border:1px dashed Green;}</style></Head><Body><Divclass= "MyTest">Ant Tribe</Div></Body></HTML>

The above code sets the border of a div to a dashed line. The method is to set the property value of the control border pattern in the border property to dashed.

The original address is: http://www.51texiao.cn/div_cssjiaocheng/2015/0519/1892.html

The original address is: http://www.softwhy.com/forum.php?mod=viewthread&tid=4700

How CSS sets the border to a dashed line

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.