Basic XHTML 1.0 Strict template
1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 <head> 6 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 7 <meta http-equiv="Content-Language" content="en-us" /> 8 9 <title>XHTML Template</title> 10 </head> 11 12 <body> 13 </body> 14 </html>