/ Published in: HTML
Default XHTML start code for designing a layout or template for your website. Great for working on several clients/projects and do not want to retype this code over and over again.
Expand |
Embed | Plain Text
<!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" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="author" content="name" /> <meta name="publisher" content="name" /> <meta name="distribution" content="global" /> <meta name="language" content="en-us" /> <meta name="revisit-after" content="5 days" /> <style type="text/css" media="screen"> @import url( style.css ); </style> <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" /> </head> <!-- close head --> <body> </body> <!-- close body --> </html> <!-- close html -->
You need to login to post a comment.
