clarification of request
Nov. 20th, 2004 07:26 pmI'm looking for something more like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<p>French:</p>
<p>"Il est très joli!"</p>
<p>"Je ne suis pas un garçon! Je suis une fille!"</p>
</body>
</html>
The crucial things are the "directly entered" text and the charset ID.
I need this for constructing some example pages without resorting to boring tables.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<p>French:</p>
<p>"Il est très joli!"</p>
<p>"Je ne suis pas un garçon! Je suis une fille!"</p>
</body>
</html>
The crucial things are the "directly entered" text and the charset ID.
I need this for constructing some example pages without resorting to boring tables.
Arrgh
Date: 2004-11-20 11:00 pm (UTC)