HTML5 Basic Structure Tutorial For Beginners In Hindi - Basic of Html5 Lesson 2





<!DOCTYPE html>
<html>
<head>
<title>tech In sourav</title>
</head>
<body>
<h1>Hello I Am h1 Tag</h1>
<h2>Hello I Am h2 Tag</h2>
<h3>Hello I Am h3 Tag</h3>
<h4>Hello I Am h4 Tag</h4>
<h5>Hello I Am h5 Tag</h5>
</body>
</html>


Post a Comment

Previous Post Next Post