
HTML (Hyper Text Markup Language) is the standard markup language for creating web pages and web applications. The latest version of HTML is HTML5. If you want to learn web development. it is a basic part of development. HTML is used to structure content on the web, including text, images, and links. it makes the layout of the website like content structure, and image structure. HTML works on tags For example, a paragraph is represented by the <p tag, and a heading is represented by the <h1, <h2, <h3, etc. tags. HTML tags are used to define the structure of a web page, the tags provide the information that is displayed and make the website layout. Tim Berners-Lee was the founder of Html created in 1993.HTML new version which introduces new elements and attributes for multimedia, semantic content, and improved form handling. In conclusion, HTML is an essential technology for building and publishing content on the web

Structure of HTML
[ <!DOCTYPE html
this on every closing tag.in this article if i use code it will not show the code.Doctype HTML is a declaration that tells the browser what version of HTML the document is written in. An HTML document is the part that is not displayed in the web browser when the page is loaded . A body tag is a place where we put other tags and make the layout. I think this is enough for today. thank you for reading