Featured Post

Data Science Concepts

HTML- Heading Tag | HTML Basic Tag In Hindi By #BKTutorial

 



Source Code:

1) Heading Tag

<html>
<head>
<title>HTML Link Tag</title>
</head>
<body>
<h1>Welcome to BK Tutorial</h1>
<h2>Welcome to BK Tutorial</h2>
<h3>Welcome to BK Tutorial</h3>
<h4>Welcome to BK Tutorial</h4>
<h5>Welcome to BK Tutorial</h5>
<h6>Welcome to BK Tutorial</h6>

</body> </html>







Comments