All the HTML elements can be categorized into two categories (a) Block Level Elements (b)Inline Elements.
Block Elements
The block element always start on a new line and take up the full width available. Block elements appear on the screen as if they have a line break before and after them. For example, the <p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <ul>, <ol>, <dl>, <pre>, <hr />, <blockquote>, and <address> elements are all block level elements. They all start on their own new line, and anything that follows them appears on its own new line.
Inline Elements
Inline element does not start on a new line and only takes up as much width as necessary. Inline elements, on the other hand, can appear within sentences and do not have to appear on a new line of their own. The <span>,<b>, <i>, <u>, <em>, <strong>, <sup>, <sub>, <big>, <small>, <li>, <ins>, <del>, <code>, <cite>, <dfn>, <kbd>, and <var> elements are all inline elements.
Example:
Output:
Block Element
THis is Block level Element.
Inline Element
This is Inline Element.Do you Know?
Progamming is what actually means ?What is software development ?
How we categorized software development in different manner.
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle