Reason
The declaration specifies the version of XML that is being used.
- XHTML is an XML based language.
- So, the declaration at the outset says that a language in the XML family is being used:
<?xml version="1.0" encoding="utf-8"?>
The declaration specifies the version of XML that is being used.
<?xml version="1.0" encoding="utf-8"?>
Web-Design Tutorials by Dr Sam
tutorials list
contact | about
© copyright, cc: by-nc-nd