Hey shweta, html is the hyper text markup language which is used in tagging the files in source code of a website and font, color, bold tags etc. I am adding a presentation which will give you notes of HTML. So you should check my uploaded document to get the better understanding of HTML.
The standard language for developing and designing web pages is called HyperText Markup Language, or HTML. It organizes material using tags, which specify how components should look in a browser. As an example, <p> represents a paragraph, <h1> indicates a top-level heading, <a href="Example Domain">Link</a> creates a hyperlink. HTML provides the foundation for building the visual and interactive components of websites, allowing developers to define text, images, links, and more. It's a crucial tool for crafting the structure and presentation of online content.