difference between span and div tag
Div tag: The div tag is known as Division tag. The div tag is used in HTML to make divisions of content on the web page like (text, images, header, footer, navigation bar, etc).
Span tag :- it is used to group elements for styling purposes (by using the class or id attributes).The span tag is very similar to the div tag, but div is a block-level tag and span is an inline tag.