Paragraph Tag

<P> container is used to create a paragraph of text. Anything placed within this container is treated as a single paragraph. <BR> tag may also be used within this container. Each paragraph is displayed leaving a blank line before it, which is other than the line break created by <BR> tag. By default the text […]

See More

BODY Tag

The BODY container consists of all contents (tags, attributes and other information) to be displayed in the web page.Actually this is the main element of the HTML Document.

See More