summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/4917-meta_charset_case.html
blob: 8252768a1e1935cba6476b8165b37d8ac2c97043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
	<title>html401-strict</title>
	<meta name="author" content="olivier Thereaux">
	<!-- Date: 2007-03-07 -->
</head>
<body>
<p>Sample HTML 4.01 Strict document encoded in iso-8859-1, with charset declared in meta http-equiv with upper-case CHARSET.</p>
<p>àccentuatéd characters</p>

</body>
</html>