HTML elements are split into two types block elements and in
HTML elements are split into two types: “block” elements and “inline” elements. Explain the differences.
Solution
Block Level Elements:
A block element is an element that has, but may not be limited to, the following characteristics:
Inline Elements:
An inline element has, but may not be limited to, the following characteristics:

