Block level and Inline Elements
In HTML ,every elemnt has it's own defalult values according to the type of the element we are using. In HTML elements can be display either by block or inline .
Block Level Elements
In HTML Block level elements are always start's with a new line without any line seprater. Block level elements contain eintire width of an element.Imporatnt Block level elements

Inline Elements
Inline elements in HTML not start with a new line and they will not contain entire width of the element,they contain require width of the element. <a>tag is a Inline element.Imporatnt Inline elements
