Html Basics---1
Inline vs block element
there are two types of elements inline and block. Inline are those which occupy only the space needed by them.
Ex: <a>,<em>,<textarea>,etc.
whereas block elements occupy the whole block.
Ex:<hr>,<p>,<div>,etc.
Adding images, a...
prateekpathak.hashnode.dev1 min read