which tagging used to define the text in form of paragraph
Answers
Answer-<P>
Explanation- The <p> element is used to define a paragraph.
Answer:
Paragraphs
Permitted Context: %Body.Content, %flow, %block
Content Model: %text
The <P> element is used to define a paragraph. The exact rendering (indentation, leading etc.) is not defined and may be a function of other tags, style sheets, etc. The ALIGN attribute can be used to explicitly specify the horizontal alignment. Paragraph elements have the same content model as headers, that is text and character level markup, such as character emphasis, inline images, form fields and math.
Example:
<H1>The heading precedes the first paragraph</H1>
<P>Here is the text of the first paragraph. <P>and this is
the text of the second paragraph.
HOPE MY ANSWER HELPED YOU
MARK ME AS BRAINIEST
FOLLOW ME FOR CORRECT ANSWER