john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

html basic headers

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
<title></title>
<meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IMPROVED HEADER AND TIPS FOR XHTML 1.1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head><title>Self Calling Servlet</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<form id="submitbutton" action="/LoginServlet/Login" method="post">
<div><input type="submit" /></div>
</form>
<!-- http://www.w3.org/TR/html401/interact/forms.html#h-17.3 -->
</body>
</html>

  • « serializable warning
  • drupal 02 most useful modules »

Published

Jun 5, 2011

Category

web

~65 words

Tags

  • basic 6
  • headers 3
  • html 23
  • web 56