Beginner ยท Web Development
HTML
Build accessible pages with semantic HTML.
Log in to enrollView curriculumAbout this course
Learn the structure of the web through semantic elements, forms, media, accessibility, and a complete page project.
Prerequisites
None
Course curriculum
Getting Started
Core concepts and setup for HTML.
HTML Essentials
A guided path from your first HTML document to a complete page.
1
HTML IntroductionDiscover how HTML gives a web page its meaning and structure.
2EditorsChoose a comfortable tool for writing HTML.
3Basic StructureUnderstand the required shape of an HTML document.
4HTML SyntaxRead and write the punctuation that forms HTML markup.
5ElementsBuild pages from nested HTML elements.
6HTML TagsUnderstand how tag names identify different kinds of content.
7AttributesAdd useful information to HTML elements.
8HeadingsOrganize content with a meaningful heading hierarchy.
9ParagraphsPresent readable blocks of text.
10LinksConnect pages and resources with useful links.
11ImagesAdd informative images with text alternatives.
12ListsGroup related items as ordered or unordered lists.
13TablesRepresent relationships in rows and columns.
14FormsCollect user input in a clear, accessible form.
15Input TypesChoose controls that match the information requested.
16ButtonsCreate actions with explicit button behavior.
17Semantic HTMLDescribe page regions with meaningful elements.
18HTML ProjectCombine the essentials in a small profile page.