HTML Document Structure/ Syntax:
<html>
<head>
</head>
<body
</body
</html>
Procedure to write and execute html document:
- Open any editor and type the html document.
<html>
<head>
<title>
Webnoid Schools
</title>
</head>
<body>
Welcome to HTML
</body>
</html> - Save the above document having extension has .html
Example: welcome.html - Open any html document in any browser so that it is executed.