HTMl Playground

This page demonstrates many basic and semantic HTML tags.


text and Inline tags

headings

h1 Heading

H2 headings

H3 heading

H4 heading

H4 heading

paragraph and Inline Tags

This is a STRONG word, this is emphasized , this is HIGHLIGHTED , small text, DELETED , Inserted , H 2O uses subscript. 2 111 uses superscript.

An abbreviation : HTML. A short quote with q tag , and longer quote:

"this is blockquote example, good for loger quoatations."

this is the first line.
This is the second line after a break.


A time tag: Event on

Contact: Jane Aurora, 123 Ex road, city, Bangladesh.

Lists

Unordered List (ul)

  • Mashrafin
  • kayak
  • Feroz
  • partha

Ordered List (ol)

  1. first
  2. Second
  3. Third
  4. Fourth

DEscription List (dl)

HTML
Markup language for the web pages.
CSS
styles the page.

Media & figures

Image Example

sample image

Video Example

Audio

Tables

Item Price Quantity
Sample tables
Pencil 200 20
notebook 10000 1
Total 3 300

Forms

basic inputs

Gender;


Progress: 30%
Meter (score): 0.7

Semantic Page Structure

<article> with < aside>

this is the main article document. It can be syndicated or stand alone.

details / Summary

Click to expand details

Hidden content revealed with the <:detail> and < summary>tags

 preformatted code block 

        line 1

        line 2 (intended)
        line 3
       

Embedded Content (placeholders)

A generic block-level < ; div>Container.