+ 7
A block-level element is an HTML element that begins a new line on a Web page and extends the full width of the available horizontal space of its parent element.
In contrast to a block-level element, an inline element can begin within a line, does not start a new line,Its width only extends as far as it is defined by its tags.Â



