Chapter 2: HTML ELEMENTS

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraphs

This is the first paragraph.

Hyperlinks

Images

Resize the browser to load different images.
fav-icon

An image map having clickable area.
fav-icon fav-iconCoffee

Lists

Unordered list


  • Item 1
  • Item 2
  • Item 3

Ordered list


  1. Item 1
  2. Item 2
  3. Item 3

Descroption list


HTML
is the standard markup language for Web pages.
CSS
is the language we use to style an HTML document.
JavaScript
is the world's most popular programming language.

Tables

Student Info Table
ID Name Batch
1289110 Tamima Web-2025
Mollick Tuly Design-2025
© 2025 Student Database

Breaks

A line break here.
A Thematic Breaking here


Progress Bars

Uploading: 60%

Disk usage: 60GB of 120GB

Computer Code

This is a piece of JavaScript code:

var x = 10;
Text in a pre element is displayedin the browser's default monospace font,and it preserves both spacesand line breaks.
                  

Iframes

IsDB Website in Iframe

HTML Entities

In coding, we often use <, >, &, and even a non-breaking space. A book might show prices like 50 ¢, 10 £, 100 ¥, or 20 €. Brands are protected by ©, ®, and ™ symbols. To show directions, arrows are useful: ← ↑ → ↓.