<html>
<html> should be the first tag in any html document. and all the other tags will be there in between the <html> tag.
Syntax:
<html>
Other tags here…
</html>
Example:
<html>
<head>
<title></title>
</head>
<body>
<form>
<div>
This is my first html page....
</div>
</form>
</body>
</html>
Output:
This is my first html page....
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma