summaryrefslogtreecommitdiff
path: root/legacy/works/metacharset.html
blob: 114839976517d7b55999c0b0240c03521003ff17 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
<title>Meta charset test</title>
</head>

<body>

<h1>Meta charset test</h1>

<p>This document contains the element
<code>&lt;meta http-equiv="Content-type" content="text/html;
charset=iso-8859-2"&gt;</code>. The table below should contain the characters
described, or approximations to them.</p>

<table>
<tr><th></th><td>LATIN CAPITAL LETTER A WITH ACUTE</td></tr>
<tr><th></th><td>LATIN SMALL LETTER C WITH CARON</td></tr>
<tr><th></th><td>LATIN CAPITAL LETTER N WITH CARON</td></tr>
<tr><th></th><td>LATIN SMALL LETTER U WITH RING ABOVE</td></tr>
<tr><th></th><td>LATIN CAPITAL LETTER S WITH CARON</td></tr>
</table>

</body>
</html>