|
... part of the Web Site of George North -- Back to Site Index
Template is everything in blue below the horizontal rule, sarting with <!DOCTYPE . Copy, and use it yourself. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- New Perspectives on HTML and XHTML Author: Date: Text Editor: Filename: something_or_the_other.html --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>some_sort_of_name_or_the_other</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> </body> </html> |