Declarations

XML Declaration

To declare that this is an XML document, begin the file with
<?xml version="1.0" encoding="Charset"?>

The XML declaration is not strictly required, but you should probably have one.

DOCTYPE Declaration

The DOCTYPE declaration is required. For XHTML 1.1, use
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

XHTML Quick Reference Guide for XHTML 1.1

Copyright © 2002 DDCC. May be copied, distributed, and modified under the terms of the GNU Free Documentation License. This guide is provided "as is." No warranty of any kind is expressed or implied.