logo Learn HTML
  • Home
  • Tutorials
  • Practice
  • Quiz
  • Projects
  • About
  • Contact
Task 1

HTML Text Formatting Practice Page

(H1–H6, Bold, Italic, Underline)

Create a simple HTML webpage to practice text formatting and heading elements.

  • Bold text using the <b> or <strong> tag
  • Italic text using the <i> or <em> tag
  • Underlined text using the <u> tag
Task 2

Paragraph Practice

Create a webpage with five paragraphs using the <p> tag.

  • Information about yourself
  • Your hobbies
  • Your favorite food
  • Your city
  • Your learning goals
Task 3

Line Break and Horizontal Line

Create a page that demonstrates line breaks and horizontal rules.

  • Use <br> for line breaks
  • Use <hr> to separate sections
Task 4

Unordered List

Create an unordered list for a grocery shopping list.

  • Milk
  • Bread
  • Rice
  • Sugar
  • Eggs
Task 5

Ordered List

Create an ordered list for steps to make tea.

  • Boil water
  • Add tea leaves
  • Add milk
  • Add sugar
  • Serve tea
Task 6

Nested List

Create a list inside another list.

  • Fruits
    • Apple
    • Mango
    • Banana
Task 7

Image in HTML

Add an image to your webpage.

  • Use the <img> tag
  • Add width and height
  • Add alt text
Task 8

Hyperlinks

Create links to popular websites.

  • Google
  • YouTube
  • Facebook
Task 9

Simple Table

Create a table with three columns.

  • Name
  • Age
  • City
Task 10

Student Table

Create a table showing student data.

  • Name
  • Class
  • Marks
Task 11

Simple Form

Create a form with basic input fields.

  • Name
  • Email
  • Password
  • Submit button
Task 12

Radio Buttons

Create radio buttons to select gender.

  • Male
  • Female
  • Other
Task 13

Checkbox List

Create checkboxes for hobbies.

  • Reading
  • Gaming
  • Traveling
  • Coding
Task 14

Dropdown Menu

Create a dropdown to select a country.

  • Pakistan
  • India
  • USA
  • UK
Task 15

Simple Webpage Layout

Create a basic webpage structure.

  • Header section
  • Main content area
  • Footer with copyright text

Try It Your Self

Sign Up For New
Update

HTML Basic
  1. HTML Basic
  2. HTML Element
  3. HTML Attributes
  4. HTML Headings
  5. HTML Paragrapha
  6. HTML Tables
  7. HTML Lists
HTML Advance
  1. HTML Div
  2. HTML Classes
  3. HTML Id
  4. HTML Buttons
  5. HTML Iframes
  6. HTML Symbols
  7. HTML Emojis