RTRenuka Tehareinrenukakt.hashnode.dev·Mar 20, 2024 · 4 min readHTML Basic Tag and Formatting TagsHTML 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...01P
RTRenuka Tehareinrenukakt.hashnode.dev·Mar 19, 2024 · 1 min readHTML IntroductionHTML is the "Hyper Text Markup Language" for creating a web pages. HTML is collection of elements. The elements tell browser how to display the content The HTML basic Structure is:- <!DOCTYPE html>: This tag is used to tells the HTML version. This c...00