mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
16 lines
300 B
HTML
16 lines
300 B
HTML
|
<!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>
|