Basic HTML Tags

List of frequently used basic HTML(5) tags/elements

WebDev, HTML
Basic HTML Tags

Text Formatting

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraphs

A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.

Blockquotes

A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.

It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.

Said no one, ever.

Lists

Definition list

list_title
list_division
Definition List Title
This is a definition list division.

Ordered List

  1. List Item 1
  2. List Item 2
  3. List Item 3

Unordered List

  • List Item 1
  • List Item 2
  • List Item 3

Horizontal rules


Tabular data

table_caption
thead_tr_th1thead_tr_th2
tfoot_tr_th1tfoot_tr_th2
tbody_tr_td1tbody_tr_td2
Table Caption
Table Heading 1Table Heading 2Table Heading 3Table Heading 4
Table Footer 1Table Footer 2Table Footer 3Table Footer 4
Table Cell 1Table Cell 2Table Cell 3Table Cell 4
Table Cell 1Table Cell 2Table Cell 3Table Cell 4
Table Cell 1Table Cell 2Table Cell 3Table Cell 4
Table Cell 1Table Cell 2Table Cell 3Table Cell 4

Code

Keyboard input: Command -

Inline code: <div>code</div> -

Sample output: sample output from a program. -

Pre-formatted text <pre></pre>

P R E F O R M A T T E D T E X T! " # $ % & ' ( ) * + , - . /0 1 2 3 4 5 6 7 8 9 : ; < = > ?@ A B C D E F G H I J K L M N OP Q R S T U V W X Y Z [ \ ] ^ _` a b c d e f g h i j k l m n op q r s t u v w x y z { | } ~ 

Inline elements

This is a text link.

Strong is used to indicate strong importance. -

This text has added emphasis.

The b element is stylistically different text from normal text, without any special importance.

The i element is text that is offset from the normal text.

The u element is text with an unarticulated, though explicitly rendered, non-textual annotation.

This text is deleted and This text is inserted .

This text has a strikethrough.

Superscript®.

Subscript for things like H2O.

This small text is small for fine print, etc.

Abbreviation: HTML

This text is a short inline quotation.

This is a citation.

The dfn element indicates a definition.

The mark element indicates a highlight.

The variable element, such as x = y.

The time element:

Embedded Content

Images

No <figure> element

Image alt text

Wrapped in a <figure> element, no <figcaption>

Image alt text

Wrapped in a <figure> element, with a <figcaption>

Image alt text
Here is a caption for this image.

Audio

Video

Canvas

canvas

Meter

2 out of 10

Progress

progress

Inline SVG

IFrame

Form Elements

Input fields







Select menus

Textareas

HTML5 inputs

Checkboxes
Radio buttons
Action buttons

Template Elements

Accordion class="accordion-btn i_chev_r" data-accordion-btn="accordion-example"

Accordion content
class="accordion-content" data-accordion-content="accordion-example"

accordion_button

accordion_content

Tooltip -