Welcome To HTML PlayGround

Here i will practice basic HTML tags to get hand on experience of how it works.

About This Page

This page demonstrates common HTML elements: headings, paragraphs, lists, links, images, table, form and media.

Headings

In HTML headings starts from <h1> to <h6>.

H1-main

H1 — Main Title

H2 — Section Title

H3 — Subsection

H4 — Details

H5 — Nested Details
H6 — Smallest

Text, Inline & Entity Elements

I am Muhammad Rayyan Shehzad, a Computer Science student of University of Chakwal and my Field Interest is in Artificial Intelligence. Now here are Inline & Entity tags example: <p>Hello Doston! Let's Code with Rayyan.</p>.

Comments

<!--  Your comment here  -->

Lists

My Interests

Unordered List (bullets)

My Skills

Ordered List (numbered)

  1. Python
  2. Pandas
  3. Numpy

Description List

Description List (terms & definitions)

Python
High-level language for general-purpose programming.
Pandas
Library for data analysis and manipulation.
NumPy
Library for fast numerical computations.

Table

Basic table with <thead>, <tbody>, and <tfoot>:

Course Level Hours
Python Medium 10
Pandas Medium 4
Numpy Beginner 3
Total 17

Form (Inputs + Labels)




Personal Info


Role
Interests
Work Details




Media (Audio & Video)

Audio Example:

Video Example

Embedded Browser

Wikipedia: