Write a short note on Heading and Paragraph element.
Answers
Answer:
A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least...............
Answer:
Heading tag is used to define different heading levels in an HTML document. It is
basically used to emphasize the text. There are six heading levels, H1 to H6. The H1
heading style displays the text in the largest size and H6 is the smallest.
Paragraph- Paragraph tag is used to display a long piece of text on a web browser,
paragraph tag starts with <p> element, </p> is used to mark the end. When we start
another paragraph the browser will leave one line between the paragraphs.