wsg  

[WSG] meta http-equiv

Jamie Mason
Wed, 09 Jun 2004 02:04:49 -0700

Title: meta http-equiv

Hey,
just a quick question, is the below the correct markup for a transitional XHTML document?

I thought the meta http-equiv was text/xhtml, so I've lost confidence in the rest of the code being correct also.

Thanks a lot! Sorry to always be the one with the menial questions.




Jamie Mason: Design
T: (01423) 700849
++++++++++++++++++++++++++++++++++++++++++++++++++++
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>