Topics01introduction02doctype03tag04elements05attributes06comments07text formatting tags08heading tags09paragraph tag10image tag11hyperlink12list13table14form15iframe16video tag17audio tag18div and span19class and id20details and summary tag21semantic tags22html5 attributes23html5 assignment#div and span1. Div and Span both are used to create containers so that we can group the content and applying styling.2. Div is a block level element whereas Span is an inline level element.
#div and span1. Div and Span both are used to create containers so that we can group the content and applying styling.2. Div is a block level element whereas Span is an inline level element.