This is a brief note on session2, module2 and Homework2
HTML headings are special elements in an HTML document that are used to define the heading or title of a section or page.
Headings provide structure and hierarchy to a web page by indicating which sections are more important or subordinate to others.
In other words HTML headings are use to help us structure our work and give a clear picture of the heading, subheading, section and etc.
It give a clear understand of what Topic, Section or page is important than the others.
we should also take note that headings levels are represented by different heading tag which is from H1 to h6.
The Paragraph tag indicates that the enclosed text should be treated as a separate paragraph, with a blank line inserted above and below the text. The Paragraph tag is a block-level element, which means that it takes up the entire width of the container in which it is placed. That is to say the paragraph tag is what is use in creating a paragraph within html, the paragraph tag give the the info that what you are about to type should display as a paragraph. Also note that paragraph can be formatted using the paragraph formatting tags aslo known as Inline tags. I just give an example in this text, There's a lot more Inline tags apart from the one I just use.
Minimal