Home > UI/UX Development > HTML > TYPES OF HTML ELEMENTS AND TAGS

TYPES OF HTML ELEMENTS AND TAGS

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> 
This Article is TAGGED in , , . BOOKMARK THE permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">