Definition and Usage. The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
Likewise, what is the meaning of P in HTML?
Definition and Usage. The <p> tag defines a paragraph. Browsers automatically add some space (margin) before and after each <p> element. The margins can be modified with CSS (with the margin properties).
Is P tag a container tag?
The P element acts as a container for the text between the start tag <P> and the end tag </P>. You don't need to give the end tag as it is implied by the context, e.g. the following <P> tag. If you wish, you may think of the <P> tag as a paragraph separator.
What is the meaning of P in CSS?
0 votes. In CSS, p is a type selector for the HTML element, or node type, <p> (paragraph). Any HTML element type can be used as a CSS selector.