Html Document Structure
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<mata name="viewport" content="width=device-width,initial-scale=1.0">
<title>New Page | Semantic HTML5 Example</title>
</head>
<body>
<h1>My First Heading</h1>
<p>Paragraph</p>
</body>
</html>
"Each HTML tags has its own specific set of attributes"
HTML is a fundamental part of front-end web development
HTML is easy to learn, You can finish it in just a couple of days
If you complete HTML, Then you should move on to studying CSS and JavaScript
Enjoy to learn
"This HTML5 Page was developed By Deva.."