Other Tags
Division <div> and Span <span> tags are very useful HTML tags. In modern web development, the div tag is used extensively for many different purposes, from website layout to a popup made to show in front of the page layer. The span tag is mainly used to apply formatting and styling to a specific block of text.
The div tag is used as follows:
<div></div>
…and the span tag:
<span></span>
These tags can contain any amount of html code and apply formatting.
Popularity: unranked [?]