html中p怎么设置虚线边框


当前第2页 返回上一页

示例:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

<!DOCTYPE html>

<html>

<head>

<style type="text/css">

p.dotted {border-style: dotted}

p.dashed {border-style: dashed}

p.solid {border-style: solid}

p.double {border-style: double}

p.groove {border-style: groove}

p.ridge {border-style: ridge}

p.inset {border-style: inset}

p.outset {border-style: outset}

</style>

</head>

 

<body>

<p class="dotted">A dotted border</p>

 

<p class="dashed">A dashed border</p>

 

<p class="solid">A solid border</p>

 

<p class="double">A double border</p>

 

<p class="groove">A groove border</p>

 

<p class="ridge">A ridge border</p>

 

<p class="inset">An inset border</p>

 

<p class="outset">An outset border</p>

</body>

 

</html>

3.png

更多编程相关知识,请访问:编程视频!!

以上就是html中p怎么设置虚线边框的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

webpack对Html文件的处理

Html中form与表单提交操作的方法总结

Html中<p>是什么

Html如何引入js文件

Html center标签怎么用

Html表格怎么做

script标签在Html中的作用是什么?script标签中type属性的用法是什么?

Html dd标签怎么用

Html dialog标签怎么用

Html怎么给按钮换颜色?Html button标签的使用介绍

更多相关阅读请进入《Html》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...