x
1
2
3
<html>
4
<head>
5
<meta charset="utf-8">
6
<style>
7
p {
8
border-style: solid;
9
}
10
11
p.none {
12
border-top-style: none;
13
}
14
15
p.dotted {
16
border-top-style: dotted;
17
}
18
19
p.dashed {
20
border-top-style: dashed;
21
}
22
23
p.solid {
24
border-top-style: solid;