Types Of Elements:
Block Level: Block elements are meant to structure the main parts of your page, by dividing your content in coherent blocks wth full width.
- paragraphs <p>
- lists: UL and LI
- headings <h1> to <h6>, articles <article>
- sections <section>
- long quotes <blockquote>
- Division <div>
- Form <form>
- Table <table>
Inline Level: Inline elements are meant to differentiate part of a text, to give it a particular function or meaning. Inline elements usually comprise a single or few words.
- links <a>
- image <img>
- span <span>
- button <button>
- input <input>
- label <label>
- textarea <textarea>
- emphasised words <em>
- important words <strong>
- short quotes <q>
- Strong <strong>