Wednesday, 18 December 2013

HTML


html

The root element that specifies that the content of the document is HTML. The opening tag immediately follows the DOCTYPE declaration and the closing tag is the last thing in the document. The html element must contain the headand the body elements.

Attributes
  • xmlns is used to define the XML namespace. The value must be http://www.w3.org/1999/xhtml.
Example

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
        <head>
               [stuff]
        </head>
        <body>
               [stuff]
        </body>
</html>

No comments:

Post a Comment

Physics basic inventions and inventors

1.Which instrument is used to measure altitudes in aircraft's ? Audiometer Ammeter Altimeter Anemometer Explanation : ...