Computer Science, asked by facebookisspyware777, 11 hours ago

Create a web page using different levels of heading tag

Answers

Answered by tarunntech2006
2

Answer:

<html>  

<head>  

   <title>Heading elements</title>  

</head>  

   <body>  

   <h1>Heading no. 1</h1>  

   <h2>Heading no. 2</h2>  

   <h3>Heading no. 3</h3>  

   <h4>Heading no. 4</h4>  

  <h5>Heading no. 5</h5>  

  <h6>Heading no. 6</h6>  

  </body>  

</html>  

Please mark me as brainliest

Similar questions