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怎么设置虚线边框的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

Html中段落是通过什么定义的

Html的注释符号是什么

Html与jsp之间有什么区别

Html center标签怎么用

什么是Html语言

快速了解ui组件功能设计

Html abbr标签怎么用

Html怎么把密码隐藏起来

Html如何隐藏元素

父元素<a>标签的默认行为以及click事件之间的相互影响

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




打赏

取消

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

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

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

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

评论

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