Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete Guide to HTML
Rating: 4.8 out of 5(5,745 ratings)
19,807 students

The Complete Guide to HTML

Go From Beginner To HTML Master In A Single Day!
Created byColt Steele
Last updated 4/2023
English

What you'll learn

  • Create well-structured web pages with HTML
  • Create complex HTML forms
  • Understand web accessibility and create accessible webpages
  • Work with HTML tables, links, images, audio, video, and more!
  • Use semantic elements

Course content

9 sections73 lectures4h 31m total length
  • Welcome To The Course!2:22

    Learn what HTML is and why it's essential, with no prerequisites, and quickly start coding using downloadable section code and slides.

  • Join The Community!0:25
  • Whirlwind Tour of The Web4:10

    Discover how the World Wide Web uses HTTP requests between clients and servers, and how browsers render HTML, CSS, and JavaScript into web pages.

  • Comparing The Roles of HTML, CSS & JavaScript4:40

    Explore how HTML provides page content, CSS styles it, and JavaScript adds interactivity, with practical examples like a CodePen demo and a 2048 game.

  • Installing The Course Tools2:41

    Learn how HTML requires no installation and how to write code with a text editor like VS Code, then render it in a modern browser with built-in developer tools.

  • A Closer Look At VSCode2:35

    Take a quick, optional walkthrough of VS Code basics: open, edit, save files using shortcuts. Customize with fonts and themes, and install extensions like Material Theme Pale Night High Contrast.

  • GET THE COURSE SLIDES0:02

Requirements

  • No programming experience needed

Description

Every single website uses HTML - even this very course landing page! It’s an absolutely fundamental tool that every web developer uses daily, and it also happens to be very easy (and even fun) to learn. HTML is the language that provides all the content on a webpage: the text, images, links, forms, videos, and more! Learning HTML is the first step in any web development journey, and this course teaches you all the HTML you need to know.

This course starts at the very beginning and covers all the essential HTML elements and tags. You’ll learn how to work with text elements, links, images, audio, video, tables, forms, and semantic elements. By the end of the course you’ll be an HTML master. And the best part? The whole course can be completed in a single day!

Hands On Learning

This course is structured like an in-person course. You get a chance to practice what you’re learning in every section with exercises, activities, and small projects. Instead of just watching me code, you’ll write your own HTML code and websites. I’ve spent years figuring out how to create compelling online courses, and I feel this is my best one yet!

About me

I’ve taught millions of students over the last decade, both online and in-person. My specialty is helping complete beginners change careers and break into web development roles. I teach online but also lead intensive in-person coding bootcamps. My experience teaching in a classroom informs the structure and content of all my online courses.

You'll learn about dozens of HTML elements, including:

  • paragraphs

  • headings

  • semantic elements (nav, header, footer, etc.)

  • anchor elements

  • images

  • table elements

  • forms

  • buttons

  • labels

  • text areas

  • selects and options

  • audio

  • video

Who this course is for:

  • Beginners looking to learn HTML quickly and effectively