Headings in HTML
<h1> to <h6> are the elements that represent six levels of the section in headings, where <h1> is the highest and <h6> is the lowest
<h1> can be used only once on the entire web page
Below is the code to mention headings
<body>
<h1>heading 1</h1>...
goudhamt.hashnode.dev2 min read