HTML part_2
Inline Vs Block Element...
Block Element
A block-level element always starts on a new line, and the browsers automatically add some space before and after the element.
A block-level element always takes up the full width available.
Two commonly used block elements are: <p> and...
startheblog.hashnode.dev3 min read