A block-level element always starts on a new line and takes up the full width available (stretches out to the left and right as far as it can).
Col 1 | Col 2 | Col 3 | Col 4 | Col 5 | Col 6 |
---|---|---|---|---|---|
<address> | <article> | <aside> | <blockquote> | <canvas> | <dd> |
<div> | <d1> | <dt> | <fieldset> | <figcaption | <figure>> |
<footer> | <form> | <h1> - <h6> | <header> | <hr> | <li> |
<main> | <nav> | <noscript> | <ol> | <output> | <p> |
<pre> | <section> | <table> | <tfoot> | <ul> | <video> |
An inline element does not start on a new line and only takes up as much width as necessary.
Col 1 | Col 2 | Col 3 | Col 4 | Col 5 | Col 6 |
---|---|---|---|---|---|
<a> | <abbr> | <acronym> | <b> | <bdo> | <big> |
<br> | <butgton> | <cite> | <code> | <dfn | <em>> |
<i> | <img> | <input> | <kbd> | <label> | <map> |
<object> | <q> | <samp> | <script> | <select> | <small> |
<span> | <strong> | <sub> | <sup> | <textarea> | <time> |
<tt> | <var> |