HTML 23Videos

HTML

LibraryDesign Foundations › HTML

  • Introduction

    Introduction

    5Videos

    This introduction HTML tutorial is a broad overview of the Internet, the web, and markup languages.

    View Badge
  • Text

    Text

    5Videos

    Text in HTML can be structured many different ways. Utilizing text elements can add semantic structure to web pages.

    View Badge
  • Lists

    Lists

    2Videos

    Lists in HTML can be used to create an ordered or unordered grouping of list items, such as a grocery list or your top five favorite movies.

    View Badge
  • Lists Challenge

    Lists Challenge

    Test your HTML list skills in this Code Challenge! Good luck!

    Sign up to take the challenge
  • Links

    Links

    3Videos

    Hyperlinks are the fundamental idea that makes the web great. They allow pages to be linked together so that it's easy to navigate through the sea of information.

    View Badge
  • Objects

    Objects

    3Videos

    Objects in HTML include elements like images and multimedia plugins. This class of elements essentially allows for the addition of content that is not text-based.

    View Badge
  • Tables

    Tables

    2Videos

    Tables in HTML can be used for structuring and formatting tabular data, similar to the display capabilities of spreadsheet software. Tables are useful for organizing and relating quantitative and qualitative data sets.

    View Badge
  • Tables Challenge

    Tables Challenge

    Challenge your knowledge of tables!

    Sign up to take the challenge
  • Forms

    Forms

    3Videos

    Forms are a special class of HTML elements that can be combined together to create pages that accept user input. The user input generated by forms can then be processed by software that runs on the server-side.

    View Badge
  • Mastery Challenge

    Mastery Challenge

    Bring it all together in this HTML Code Challenge!

    Sign up to take the challenge
Design Foundations

Design Foundations

Unlocking this badge will help you earn the Design Foundations badge.

View the badge map

About this badge

This HTML tutorial helps you master HTML. Mastering HTML and its many elements is critical for any type of web professional. HTML or "Hyper Text Markup Language" describes the basic structure and content of a web page.