CoursesAboutContactsPricing
Sign In
Privacy PolicyTerms of useSales and Refunds

© 2025 CodEssay Platform. All rights reserved.

    HTML Part 2: Text Formatting & Semantic HTML

    Level: beginner
    Subject: html
    Access: Free

    Learn text formatting tags, lists, semantic HTML elements, and accessibility basics including ARIA roles.

    Chapters

    Text Formatting Tags Overview

    Introduction to text formatting in HTML and the importance of semantic markup.

    Topics: text formatting

    Strong and Emphasis Tags

    Learn the difference between <strong> and <b>, <em> and <i>, and when to use them.

    Topics: strong and emphasis

    Other Text Formatting Tags

    Explore tags like <mark>, <small>, <del>, <ins>, <sub>, and <sup> with examples.

    Topics: other text tags

    Lists Overview

    Understand the importance of lists in content structure.

    Topics: lists

    Ordered Lists (<ol>)

    Learn syntax and usage of ordered lists, including nested lists.

    Topics: ordered lists

    Unordered Lists (<ul>)

    Learn syntax and usage of unordered lists, including nested lists.

    Topics: unordered lists

    Description Lists (<dl>, <dt>, <dd>)

    Understand description lists and when to use them.

    Topics: description lists

    Semantic Elements Overview

    Learn what semantic HTML is and why it matters.

    Topics: semantic elements

    Structural Semantic Elements

    Explore <header>, <footer>, <main>, <section>, <article>, and <aside> elements.

    Topics: structural elements

    Navigation and Grouping Elements

    Learn about <nav>, <figure>, <figcaption>, <details>, and <summary> elements.

    Topics: navigation elements

    Accessibility Basics

    Understand the importance of accessibility and how semantic elements help.

    Topics: accessibility

    ARIA Roles and Attributes

    Introduction to ARIA roles and common attributes for accessibility.

    Topics: aria roles