===== HTML Cheat Sheet ====== ==== Basic Structure ==== Page Title

Welcome to HTML

This is a paragraph.

==== Headings ====

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
==== Paragraphs and Line Breaks ====

This is a paragraph.

This is another paragraph.


==== Text Formatting ==== Bold Text Strong Text Italic Text Emphasized Text Underlined Text Strikethrough Highlighted Text ==== Links ==== Visit Example Send Email Jump to Section ==== Images ==== Description ==== Lists ==== Unordered List Ordered List
  1. First
  2. Second
  3. Third
==== Tables ====
Name Age
John 25
==== Forms ====
==== Input Types ==== ==== Div and Span ====
This is a block element (div).
This is an inline element (span).
==== Semantic Elements ====
Header Section
Section Content
Article Content
==== Multimedia Elements ==== ==== HTML Entities ==== < - Less Than (<) > - Greater Than (>) & - Ampersand (&) " - Double Quote (") ' - Single Quote (') ==== Meta Tags ==== ==== Inline Frames (iFrames) ==== ==== Scripts ==== ==== Comments ==== ==== Progress Bar & Meter Elements ==== 75% ==== Details and Summary Elements ====
Click to expand

Hidden content revealed when expanded.

==== Canvas for Graphics ==== ==== SVG Graphics ==== ==== Responsive Images ==== Responsive Image ==== Web Components ====