Building Tables in HTML

Building Tables in HTML

Learn HTML table structure from scratch: understand the table, tr, td, and th tags, when to use tabular data properly, and why using tables for page layout is a mistake to avoid.

Description Lists in HTML

Description Lists in HTML

Learn to use the HTML dl tag, dt tag, and dd tag to create glossaries, FAQ sections, and metadata displays with code examples and visual demos.

Mastering Ordered Lists in HTML

Mastering Ordered Lists in HTML

Learn how ordered lists in HTML work with the ol tag, type attribute for numbers, letters, Roman numerals, start, reversed, and value attributes.

Unordered Lists Building in HTML

Unordered Lists Building in HTML

Learn to build bullet lists in HTML using ul and li tags, when to use unordered lists, how to nest them, style markers with CSS, and build navigation menus.