
Learn the basics of HTML, including elements and attributes, and how to structure content to build your first website using a browser and an editor.
Set up your development environment with a browser and a text editor or online editors like code pen, jsfiddle, jsbin, or brackets, and learn to render HTML and view source.
Write HTML elements and tags, such as p and h1, to structure content, display text in the browser, and understand starting and closing tags for your first website.
Learn how to structure a basic HTML page with HTML, head, title, and body, include the doctype, and place visible content and metadata for browsers.
Explore how formatting tags structure web pages with paragraphs, line breaks, divs and spans, and use block quotes, horizontal rules, and code to organize and style content.
Learn when to use semantic HTML tags for emphasis, such as strong, em, and mark. Avoid relying on non-semantic tags like b and i to boost SEO.
Learn how to create and style html lists, including unordered ul, ordered ol, and definition dl lists, with items, attributes like start and list-style-type, and practical examples.
Explore how HTML attributes enhance elements and create hyperlinks with the anchor tag, using href, target, and title to link internal and external content, with ids for in-page anchors.
Learn to add images with the img tag by setting the src and alt attributes, using placeholder.com for sample images, and linking images with hyperlinks.
Learn to structure a web page with HTML5 semantic tags such as header, nav, article, main, aside, section, and footer, using IDs and classes for styling.
Add comments in HTML to annotate what the code does and reference ideas later, enabling developers to understand and collaborate without affecting page display.
Explore styling with style tags or a linked style sheet, use flexbox for layout, and style elements by id, class, or tag name with colors and fonts.
Wrap up a complete website by linking an external style sheet, applying flex layouts, and styling header, main, article, and footer with responsive heights and hover links.
Create and duplicate a basic HTML website with a common header, footer, and stylesheet across home, about, and contact pages, update the article content, and save as index.html and contact.html.
Explore HTML and how you can make web pages with HTML
Source code is included
Bonus PDF resource guide available
Perfect for beginners who want to write HTML code.
Course covers
Basic of HTML tags and Page Elements
HTML page structure
How to setup and prep to write code
Constructing web pages with HTML
Lists
Formatting of page content
Use of hyperlinks
Adding images to HTML
Applying styling and basic CSS for page layout
Styling to create a basic website with HTML
Website planning and basics of structure with HTML
Fast Friendly support to help answer any questions you might have and to help clarify content is always available in the Q&A section. Taught by an instructor with over 20 years real world experience ready to help you learn more. Step by step training resources and source code is also included to get you started quickly.