Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn HTML Masterclass
Rating: 4.5 out of 5(65 ratings)
3,560 students

Learn HTML Masterclass

Learn HTML step by step lessons with source code and exercises to learn and explore HTML code for web design
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • Create HTML web pages
  • Write HTML code

Course content

3 sections55 lectures4h 4m total length
  • HTML course introduction7:38

    Master the basics of html from scratch, learn core tags, attributes, and page structure, and practice with links, images, lists, tables, forms, and semantic elements with lightweight css.

  • What is HTML7:32

    Learn html as the web’s foundation, understanding tags, nesting, and semantic elements to structure content, and use browser dev tools to view source and inspect.

  • How to Write and Practice HTML9:53

    Learn to write and practice HTML by creating a basic page with h1 tags, saving as index.html, and viewing in a browser using Notepad or Atom.

  • How to create an HTML boilerplate10:49

    Learn to build a solid html boilerplate by structuring pages with doctype, html, head, body, and title, using opening and closing tags, and practicing with editors like Atom.

  • Exercise create a boilerplate template0:02
  • Exercise creating a boilerplate HTML file2:06

    Create a reusable html boilerplate to start web pages. Build a basic template with doctype, html, head with title, and body tags to practice opening and closing tags.

  • Self Closing tags Meta tags and attributes6:25

    Explore self-closing tags, meta tags, and attributes in HTML to structure pages. Learn how language, UTF-8, and the viewport guide display on devices, and build a reusable boilerplate template.

  • Heading Tags5:35

    Explore heading tags in HTML, from h1 to h6, and learn how to structure content for readability and better rendering by using attributes and proper heading levels.

  • Update template2:21

    Update the html template by adding language settings, charset utf-8, and a meta viewport for mobile scaling, ensuring the page initializes with a proper device width and initial scale.

  • Common tags P BR HR separate text8:13

    Learn how to use common HTML tags such as paragraphs, line breaks, and horizontal rules to structure content, improve readability, and create clear headings and subheadings for web pages.

  • Clean Code Comments and more6:07

    Improve HTML readability by using whitespace wisely, adding meaningful comments, and properly indenting and nesting head and body elements, so future edits remain clear and maintainable.

  • HTML preformatted text2:42

    Explore how HTML's preformatted text preserves whitespace and layout using the pre tag, enabling exact output of source content, including preserved spaces when copying and pasting.

  • HTML Character Codes resources7:49

    Learn to insert special characters in HTML using ASCII character references, including © and decimal or hexadecimal codes, and render them correctly across browsers while consulting W3C and MDN.

  • Section Resources0:07
  • Exercise Recreate as HTML5:21

    Practice recreating a web page's basic html structure by analyzing an example, using headings, paragraphs, preformatted text, horizontal rules, and copyright symbols to build a clean layout.

  • Exercise Source0:12

Requirements

  • Computer access
  • Basic Computer knowledge

Description

Learn how to create HTML web pages!

Step by step instruction for create HTML pages.  Learn from an instructor with over 18 years of web design and web development experience.

Course is full of real world examples, exercises and source code to get you started quickly.

Full complete course about HTML and how it works.

Learn about HTML: the very foundation for building web pages!

HTML is fun to write and easy to get started with.   If you have ever considered creating your own website and wondered where to get started this is the course for you.

HTML (HyperText Markup Language) is the most basic building block of the Web. 

Explore HTML learn about

  • head body and html tags
  • Tags, elements and attribute
  • creating a html boilerplate
  • adding hyperlinks and linking to other pages
  • navigation between pages
  • bring in images to your HTML page
  • Lists and options for different lists
  • tables and how they can be used to structure content
  • Forms and what you need to know how to create web forms
  • creating a website with HTML

Learn to create a website from scratch, I'm here to help and ready to answer any questions you may have.  Take the first step and learn to create your own website today.


Who this course is for:

  • Anyone who wants to create websites
  • Anyone who wants to learn HTML