3. Containers #

Created Tuesday 01 September 2020

There are two “container” tags in HTML. These tags are used to group together elements/containers.

  1. <div></div> - block level container, automatic newline and endline.
  2. <span></span> - inline level container(stacks horizontally, i.e. inline)