HTML Basic Tag and Formatting Tags
Mar 20, 2024 · 4 min read · HTML Basic Tag:- Heading Tag:-HTML has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>. <h1> defines the most important heading. <h6> defines the least important heading: For Example:- This will produce the foll...
PDurga commented