<html>

The <html> element indicates the start and end of an XHTML-MP document: It is the root element for all XHTML Family Document Types.

TypeBlock Element
ContentsOne <body> element and one <head> element.
Attributesattributes

values

(Default are bolded)

description
xmlnsURL

expected value:
"http://www.w3.org/1999/xhtml"
Though this attribute is needed to build avalid XHMTL document, the mechanism
behind is not supported by the Gigaset system (i.e. specific namespaces are not
supported)

Examples


Example:

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE html PUBLIC "- //OMA//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Template</title>

</head>

<body>

<!—- put the content here →

</body>

</html>