blob: da64dd00dc9747fb07a4a09953a1394cd002e04e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>14 Rendering — HTML Standard</title>
<style>
pre.css:first-line { color: #AAAA50; }
</style>
</head>
<body>
<pre class="css">foo
bar ׳
</pre>
</body></html>
|