===== 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 TextStrong TextItalic TextEmphasized TextUnderlined TextStrikethrough
Highlighted Text
==== Links ====
Visit ExampleSend EmailJump to Section
==== Images ====
==== Lists ====
Unordered List
Item 1
Item 2
Item 3
Ordered List
First
Second
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 SectionSection ContentArticle 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 ====
==== Web Components ====