x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
p {
7
border-style: solid;
8
border-left: thick double #ff0000;
9
}
10
</style>
11
</head>
12
13
<body>
14
<p>This is some text in a paragraph.</p>
15
</body>
16
</html>