Do you want to buy me a beer or coffee?

Tuesday, January 27, 2009

XHTML Sample code -- An HTML document with a doctype of XHTML 1.0 Transitional:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Title of the document&gy;/title>
</head>

<body>
The content of the document......
</body>

</html>

0 comments:

Post a Comment

<--nothing-->