Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn HTML - For Beginners (Updated 2025)
Rating: 4.1 out of 5(14 ratings)
408 students

Learn HTML - For Beginners (Updated 2025)

Learn how to create web pages using HTML and basic CSS.
Last updated 2/2025
English

What you'll learn

  • How to Code in HTML
  • Structure of an HTML Page
  • Text Formatting in HTML
  • Creating Ordered and Unordered Lists
  • Creating Links
  • Anchor Tags
  • Tables & Nested Tables
  • Building Forms
  • Inserting Images
  • Creating your first webpage

Course content

1 section17 lectures1h 42m total length
  • HTML Introduction0:44

    Learn HTML foundations from setting up a text editor to building your first HTML document. Explore common tags and create a complete web page, gaining HTML and basic CSS skills.

  • Installing Visual Studio Code0:55

    Install Visual Studio Code by downloading the appropriate installer for your operating system, accept terms and conditions, and complete the installation to be ready to use.

  • Creating your first HTML Document1:00

    Create your first HTML document by making a new text file, enabling file extensions, and renaming the file to Default.html to save and prepare HTML content.

  • What is HTML?1:18

    Understand how HTML structures web content with tags that define headings, paragraphs, images, and links so browsers render pages; HTML is a markup language, not a programming language.

  • HTML Tags0:37

    Identify HTML tags and their roles by distinguishing opening tags from closing tags in angle brackets, and see how content sits between them within the basic HTML structure.

  • Basic HTML Structure2:22

    Learn the basic HTML document structure, including the doctype, HTML root, lang attribute, head with metadata and title, and the body for content and SEO.

  • HTML Head Section2:29

    Explore the HTML head section, including metadata, title and meta tags, charset, viewport, and links to stylesheets and scripts, and learn how these elements affect SEO, accessibility, and performance.

  • HTML Body4:40

    The HTML body holds the web page's main content, including text, images, links, and forms, structuring visible content and interactive elements with CSS and JavaScript to support accessibility and SEO.

  • HTML Headings3:38

    Learn how HTML headings create structure and improve readability by using the six levels from H1 to H6. Explore how heading hierarchy boosts SEO and accessibility for web pages.

  • HTML Paragraphs5:11

    Learn how the p tag creates paragraphs as blocks of text with default spacing, supports inline elements, and enhances readability, accessibility, and SEO through semantic HTML.

  • HTML Lists4:22

    Explore HTML lists, including ordered and unordered lists, to organize content and improve readability. Learn nesting, custom styling with CSS, and accessibility and SEO benefits of semantic list structures.

  • HTML Links6:44

    Explore HTML hyperlinks and anchor tags for linking between pages, sections, and external sites, using href, target, title, and rel with descriptive anchor text to boost navigation, accessibility, and SEO.

  • HTML Images7:43

    Learn how to embed images with the img tag, using src and alt attributes, and optimize for accessibility and performance with lazy loading and responsive images.

  • HTML Tables6:49

    Learn how HTML tables organize data in rows and columns using table, tr, th, and td tags; apply border, colspan, and rowspan, and structure with header, body, and footer.

  • HTML Forms7:15

    Learn how HTML forms collect user input and submit data to a server, using inputs, labels, and form attributes like action and method for secure, accessible data collection.

  • Basic CSS7:05

    Learn to transform plain HTML into visually appealing layouts with basic CSS. Master selectors, the box model, flexbox and grid, and responsive text, spacing, and media queries.

  • Creating your first Webpage40:03

    Create your first webpage by building an HTML document with headings, lists, tables, images, and form. Style with CSS for a responsive layout, add header, footer, navigation, and section ids.

Requirements

  • Basic Computer Skills

Description

Course: Learn HTML - For Beginners (Updated 2025)
Learn how to create web pages using HTML and basic CSS.

Students will gain skills in designing interactive web pages using HTML5, a key component of web development.

The curriculum dives deep into a wide range of HTML5 features such as images, videos, lists, tables, forms, and more.

Throughout the course, students will work on hands-on projects to solidify their understanding of the topics covered.

By the end of the training, students will be comfortable coding in HTML and prepared to move on to more advanced programming languages.

What you'll learn - Overview:

  • How to Code in HTML

  • Structure of an HTML Page

  • Text Formatting in HTML

  • Using Lists

  • Anchor Tags and Hyperlinks

  • Inserting Images

  • Tables & Nested Tables

  • Building Forms


Key Concepts:

  • HTML Head Tag

  • HTML Body Tag

  • HTML Heading Tags

  • HTML Paragraph Spacing

  • HTML Line Breaks

  • HTML Text Formatting and Decoration

  • HTML Inline Text Formatting

  • HTML Unordered Lists

  • HTML Ordered Lists

  • HTML Image Insertion

  • HTML Link Creation (Hyperlinks)

  • HTML Anchor Tags

  • HTML Tables

  • HTML Nested Tables

  • HTML Merging Cells

  • HTML Text Wrapping

  • HTML Cell Alignment

  • HTML - Introduction to Forms

  • HTML Form Tags and Attributes

  • HTML Forms - Post vs Get

  • HTML Forms - Input Text Fields

  • HTML Forms - Select Menus

  • HTML Forms - Check Boxes and Radio Buttons

  • HTML Forms - Text Areas and Buttons

  • HTML Project - Building your first webpage.

Who this course is for:

  • Students that wants an introduction to HTML Coding