So curious is <p> </p> and <body> </body> the same thing?
1/28/2018 8:52:24 PM
Logan Kelly4 Answers
New AnswerHtml <p> element represents a paragraph of text. Paragraphs are block-level elements.(flow content, palpable content). In DOM: HTMLParagraphElement. The <body> element represents the content of an HTML document. You can paste only one <body> in your document.(flow content). In DOM: HTMLBodyElement and you can access it through document.body attribute.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message