HTML stands for HyperText Markup Language, HTML tags and attributes are the main component to create an HTML element. Some tags are self closing tags and some need to be closed. Below image will give you an idea of HTML Element.
Paragraph: The paragraph in the HTML document is used to express thoughts on the point in a clear way. In HTML the paragraph information is placed inside HTML
P Tag.
Headings HTML Heading refers to the 6 levels through h1 to h6, h1 being the most important heading level and h6 of lowest importance.