Grouping HTML objects

It is possible to group HTML objects together using span and div tags. The difference between two is that div tag will add a new line after that content, and span tag will not.

Comments