HTML Practice Tasks
Complete these hands-on tasks to master HTML. Each task has a built-in compiler to test your code.
My Profile Page
Create a personal profile using basic HTML tags: p, pre, br, hr
p, pre, br, hr, bgcolor
Basic HTML Tags
Demonstrate bold, italic, underline, pre, br, center and heading tags
b, i, u, pre, br, center, h1, h2, hr
India - A Diverse Nation
Article about India using headings, images, font colors, and hr
h1-h5, img, font, br, hr, align
Indian History Timeline
History page using semantic elements: header, nav, section, footer
header, nav, section, footer, address, ul
Operating Systems (Lists)
OS information page with unordered and ordered lists
ul, ol, li, h1-h3, p, hr
Operating Systems (Table)
OS comparison using tables with borders and cellpadding
table, tr, th, td, border, cellpadding
Internet Usage Statistics
Global internet stats with colspan and rowspan tables
table, colspan, rowspan, th, td, caption
History of the Internet
Internet timeline with description lists and tables
dl, dt, dd, table, iframe, ol
Wonders of Space
Space exploration page with images, tables, and multimedia
img, table, audio, video, iframe
Weekly Study Schedule
Complex table with colspan, rowspan, and colored cells
table, colspan, rowspan, bgcolor, th, td
Simple Webpage (No CSS)
Complete webpage using only semantic HTML tags, no CSS
header, nav, main, article, section, footer
Registration Form
Complete registration form with all input types
form, input, select, textarea, radio, checkbox
Solar System Basics
Solar system page with tables, lists, and audio
table, ol, ul, audio, img, details
Full Website Layout
Multi-section website with marquee, nav, tables, forms, media
marquee, nav, table, form, video, iframe
Premium Demo Website
Professional-looking demo site with header, sections, and footer
header, section, article, aside, footer, figure