<?xml?> Declaration Syntax

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet ...?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
   ...
</html>
Rules for coding the xml declaration for HTML 5

The following rules apply to the entire HTML document, based on the <?xml?> declaration: