HTML tags

Basic Text


Headings from h1 to h6

This is a pre, here an-
  -y space in html file is rendered on screen
      

This is a paragraph, and we can embed other tags in p to alter the text formatting.


Lists


Unordered List

Ordered List

Default
  1. Item 1
  2. Item 2
With type

type="1"

  1. Item 1
  2. Item 2

type="A"

  1. Item 1
  2. Item 2

type="a"

  1. Item 1
  2. Item 2

type="I"

  1. Item 1
  2. Item 2

type="i"

  1. Item 1
  2. Item 2

Description List

Apples
They are red, pink, green etc.
Oranges
They are orange.

Details and Summary


Heading Title

Full long Description here


Images and Videos


Image - Figure and Figure Caption

random image
Fig1. - Trulli, Puglia, Italy.

Local Video on server


Tables


Table Heading
Col 1 Col 2 Col 3
Data 1 C1 Data 1 C2 Data 1 C3
Data 2 C1 Data 2 C2 Data 2 C3
Data 3 colspan 2 Data 3 C3

Div and Spans


Two main ways to display - block and inline

Link 1 Link 1

paragraph 1

paragraph 2


Form and Inputs


label always have for="element_id", WHY?

Form Heading

Text Fields

Date Fields

Specific Type (validated)

Checkbox, Radio and Dropdown

Quantity (fieldset legend)

fieldset tag can be diabled to disable all options

Options (fieldset legend)

others

Tags for Display

Meter : Meter

Progress : Progress

Submit Section


IFrame

iframe embeds another website in your page

Embed Youtube Video