The first line of many World Wide Web pages reads as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
This Document Type Declaration for XHTML includes by reference a DTD, whose public identifier is -//W3C//DTD XHTML 1.0 Transitional//EN
and whose system identifier is http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
. An entity resolver may use either identifier for locating the referenced external entity. The root element is declared to be html
.