1 2<?xml version="1.0" encoding="utf-8"?> 3<!-- so --> 4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 6<!-- what --> 7<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 8<!-- now --> 9<head> 10 <!-- then --> 11 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> 12 <title>A Certain Kind of Test</title> 13</head> 14<body><h1>Hello</h1>h1></body> 15(There is a UTF8 hidden BOM at the top of this file.) 16</html> 17