&"/> &">

Home >Web Front-end >CSS Tutorial >Set outline style to dashed with CSS

Set outline style to dashed with CSS

PHPz
PHPzforward
2023-09-11 09:57:061483browse

Set outline style to dashed with CSS

To set the outline style to dotted, use the outline-style property with a value of dotted

Example

<html>
   <head>
   </head>
   <body>
      <p style = "outline-width:7px;outline-style:dotted;">
         This text is having 7px dotted outline.
      </p>
   </body>
</html>

The above is the detailed content of Set outline style to dashed with CSS. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete