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 -->
Links & Images
External Link Example: Subscribe to Skyogen
Internal Link Example: Jump to Form section.
alt text. Lists
My Interests
Unordered List (bullets)
- Artificial Intelligence
- Video Editing
- Exploring New Tech
My Skills
Ordered List (numbered)
- Python
- Pandas
- 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 | |