HTML Essential Training

Go to class
Write Review

Free Online Course: HTML Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. HTML Essential Training is taught by Jen Simmons.

Overview
  • Learn how to write HTML, the programming language that powers the web.

    Hypertext Markup Language (HTML) is the foundation of website and web application development. It allows you to ensure that your content is understood by both segments of your audience: the people who watch, read, or listen to your content, and the computers that display it. In this course, learn how to craft excellent HTML with the pieces that HTML itself has to offer. Instructor Jen Simmons highlights all of the fundamental concepts you need to use HTML thoughtfully. She focuses on semantic markup: tagging content as what it is, and not just for formatting, convention, or convenience. This has far-reaching impact for those who consume the web differently; it ensures that when a screen reader or a system (like a search engine) consumes a page, it knows exactly what it contains and how to categorize that information.

Syllabus
  • Introduction

    • What is HTML?
    1. HTML
    • The role of HTML
    2. Formatting Text
    • The syntax of HTML elements
    • Paragraphs
    • Headlines
    • Bold and italics
    • Lists
    • Quotes
    • Dates and times
    • Code, pre, and br
    • Superscripts, subscripts, and small text
    3. Understanding the Power of HTML
    • Debugging HTML
    • HTML attributes
    • ARIA roles
    • Formatting HTML
    • Weird characters
    4. Linking and Navigation
    • Links
    • URL paths
    • Navigation
    5. Images and Graphics
    • Images
    • Image formats
    • Responsive images
    • Responsive width
    • Responsive pictures
    • Figure and figcaption
    6. Media
    • Audio
    • Video
    • Captions and subtitles
    • Embedding other media through iframes
    7. More Ways to Identify Content
    • Supporting languages
    • Generic elements: div and span
    8. Putting It All Together
    • The HTML page
    • Document head
    • Structuring content
    • Examples of putting it all together
    9. Forms and Interactive Elements
    • HTML form basics
    • More on forms
    • Additional form element types
    10. Structuring Tabular Data
    • When to use tables
    • Building table rows
    Conclusion
    • How to keep learning and HTML specifications