EzPortal - Portal Software for Forums

EzPortal Forums => How To Section => How to XHTML => Topic started by: Maxx on May 08, 2010, 03:05:04 pm

Title: Please find your basic web page html (XHTML 1.0) lay out code
Post by: Maxx on May 08, 2010, 03:05:04 pm
Code: [Select]
[b]Please find your basic web page html (XHTML 1.0) lay out code:[/b]

Code: [Select]
<!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" xml:lang="en" lang="en">
<head>
  <title></title>
  <meta http-equiv="generator" content="" />
  <meta name="created" content="Thu, 22 Apr 2010 19:47:12 GMT" />
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />
</head>
<body>

</body>
</html>

More to come