+ 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. 
17th May 2018, 12:21 PM
***