Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Core HTML How to get online quickly HTML to HTML5
Rating: 4.1 out of 5(114 ratings)
10,922 students

Core HTML How to get online quickly HTML to HTML5

Learn HTML all the basic fundamental building blocks to create websites. Learn HTML from scratch. HTML5 CSS explained
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • Develop and create HTML web pages
  • Use HTML elements to create web content
  • Add attributes to customize HTML elements
  • Create basic HTML web templates
  • Create HTML5 templates
  • Starting building blocks to become a web developer

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

3 sections31 lectures3h 18m total length
  • HTML to HTML5 how to use this course about course4:55

    Learn the fundamentals of HTML, explore tags and elements, attributes, and styling, and work with downloadable source files, forms, and HTML5 canvas examples.

  • Hello World Introduction to HTML13:16

    Learn the basics of building a simple html page that renders in a browser, using the html, head, and body structure, with an index page served by a local server.

  • Resources1:00
  • Understanding Tagging open close5:08

    Understand how HTML uses opening and closing tags to create paragraphs with the p tag, and how br creates line breaks; learn how the browser interprets HTML structure.

  • Create an HTML paragraph element
  • doctype2:11

    Learn how the doctype declaration guides browsers to render HTML correctly, and why the HTML5 doctype ensures compatibility with old and new tags.

  • HTML Head Content8:10

    Explore the head section of an HTML5 document, including the title and metadata, and apply best practices by defining character set, keywords, description, and viewport, plus linking an external stylesheet.

  • Create a title
  • elements Attributes4:34
  • Heading in HTML2:58
  • Create a level 1 HTML heading
  • HTML add styling attribute4:59

    Learn how the style attribute applies CSS properties to an element, including background color and font, and how styling the body affects all nested content.

  • Text Formatting Elements4:33

    Learn how HTML text formatting elements like strong, b, i, em, sub, and sup control emphasis, bolding, italics, subscript, and superscript. See that bold within bold has no extra effect.

  • Commenting in HTML7:00

    Learn how to use HTML comments to document markup for developers and yourself, without rendering in the browser, and understand conditional statements for older Internet Explorer.

  • Add comments to an HTML page
  • Introduction to CSS12:00

    Learn how to attach CSS to HTML using inline, internal, and external styles, understand cascading rules, and distinguish classes from IDs while improving readability and enabling site-wide styling.

  • hyperlinks in HTML10:01

    Explore how hyperlinks in HTML connect internal and external pages using the a tag, href, and target, and learn about anchors, IDs, and simple styling.

  • working with image tags10:08

    Learn how to use the HTML image tag with a src attribute to display images, set width and height, style via CSS, and provide accessible alt text for screen readers.

  • Create a hyperlink
  • Unordered and Ordered Lists6:51

    Learn about unordered and ordered lists in HTML, including decimal, alphabetic (A, B, C, uppercase/lowercase), and roman numeral types, plus list styling and navigation menu examples.

  • Create an ordered list
  • All about HTML tables10:39

    Learn to build HTML tables with table, tr, th, and td to create rows and columns, using rowspan and colspan to merge cells, apply borders and colors, and control width.

  • Sectioning Spans and Divs6:45

    Explore block and inline elements, focusing on div and span as containers, and learn styling with class, id, css, and javascript to enhance hyperlinks, images, lists, and layout.

  • Creating a website template5:39

    Create a basic website template by structuring HTML with header, navigation, content, and footer using divs; link pages with a horizontal navigation list and apply styling to headings.

  • iframe Content7:06

    Discover how iframes load content with the source attribute, embedding external or internal pages, and how width, height, scrolling, and borders affect the embedded content.

  • working with forms9:54

    Create and configure HTML forms with a form tag, nickname input, and a submit button; explore action and method (get or post) for data transmission and PHP server-side processing.

  • Form element attributes12:02

    Learn HTML form element attributes for inputs, radios, checkboxes, and text areas. Use proper naming and attributes like placeholder, disabled, rows, and cols to control data submission.

  • Use a fieldset element to group form elements
  • HTML5 Forms Types11:36

    Explore HTML5 form types and their mobile-friendly inputs, including date, color, email, range, tel, and URL, with built-in validation and useful attributes like min, max, placeholder, and value.

  • HTML form Elements extended5:07

    Explore extended html form elements, including text, email, password, text area, buttons (submit, reset, image), file input, radios, checkboxes, and select with multiple options; learn attributes and JavaScript integration.

  • HTML forms encoding tabindex4:04

    Learn how tabindex controls focus order in HTML forms, and enable HTML5 auto complete; explore form data encoding, including multipart/form-data for file uploads and URL-encoded encryption.

Requirements

  • Desire to learn HTML

Description

This is the ultimate course to learn about HTML.

Learn to create HTML and HTML5 templates - which can be the base for infinite number of new web pages.

We walk you through all the elements and tags used within HTML and help you understand where to apply them.  Whether you are a beginner or want to update your skills, this course is for YOU!

We have you covered, learn with our proven instructional style, where we don't waste your time typing on screen.  We get right to the point, showing examples and explaining what they do.  HTML has never been easier to learn, and you will be able to create and HTML webpage at the end of this lesson.

Everything you need to learn about HTML is provided within this course.

  • no wasted time watching someone type

  • quick lessons get right to the point

  • fully covered topics with real world examples

  • source files downloadable to work along

  • challenges and lessons

  • 30 day money back guarantee

  • new course material added regularly

  • trusted name in education since 2002

  • full HD easy to read source coding

  • HTML and HTML5 template code included

  • quick response support to students

  • regular discussions

Learn how HTML5 works and it's fundamental concepts. Learn to build your own website.  Learn how to use HTML!

Who this course is for:

  • Anyone interested in Web development
  • Anyone who wants to become a web developer
  • Anyone who wants to learn more about HTML and how to use it
  • Interest in growing your understanding of HTML