the
tag the general-purpose tag for use when styling a page?
No. The <div> tag is the general-purpose tag for containing content on a page. The <p> tag is intended specifically to hold paragraphs of text. There are many tags that are not valid when placed within a <p> tag, including <div> .