asp.net.ph

Skip Navigation Links

HTML Element | HTML Object

Language References


Identifies the document as containing HTML elements.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

Remarks

The HTML element identifies the file as an HTML document. All HTML documents should start with the <html> tag and end with the </html> tag.

Members

HTML Members

Example

<html>
<head>
   <title>Sample HTML document</title>
</head>
<body>
   <p>Hello, World.</p>
</body>
</html>

 Show me 

See Also

HEAD   BODY   TITLE



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note