Topics01introduction02doctype03tag04elements05attributes06comments07text formatting tags08heading tags09paragraph tag10image tag11hyperlink12list13table14form15iframe16video tag17audio tag18div and span19class and id20details and summary tag21semantic tags22html5 attributes23html5 assignment#paragraph tag1. To create paragraphs in Html we have <p> tag.2. <p> tag is block level element.3. <p> tag is container tag.4. Syntax: <p> Content </p>5. Browser will automatically add one line break before and after the <p> tag
#paragraph tag1. To create paragraphs in Html we have <p> tag.2. <p> tag is block level element.3. <p> tag is container tag.4. Syntax: <p> Content </p>5. Browser will automatically add one line break before and after the <p> tag