Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
HTML Learn HTML5 in 1 Hour Quick Learn Course Beginners
Rating: 4.4 out of 5(163 ratings)
8,066 students

HTML Learn HTML5 in 1 Hour Quick Learn Course Beginners

Explore HTML and how you can begin creating web content writing HTML code for web pages All the Source Code included
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • HTML
  • Creating a simple website from scratch

Course content

2 sections30 lectures1h 10m total length
  • Introduction to HTML2:53

    Learn the fundamentals of HTML, create a boilerplate with head, title, and body, and structure pages with headings, paragraphs, links, images, tables, and publish on GitHub.

  • HTML course Resource and Lesson Guide PDF0:15
  • Editor Web Developer Setup5:22

    Learn to set up Visual Studio Code, install Live Server, and run HTML files locally, comparing editors and using a browser with a side by side layout.

  • Web Development Setup Tips.8:28

    Explore how the internet delivers web content to your browser, and practice building HTML with online editors like CodePen and local editors like Brackets, including viewing source and running locally.

  • Create Your First HTML Tags4:23

    Create your first HTML tags by coding an h1 with your name and a paragraph, then explore opening and closing tags with MDN guidance.

  • Source Code0:01
  • Website BoilerPlate Template4:07

    Create a website boilerplate using the four essential html elements: html, head, body, and doc type. Include meta, title, and styling links, and practice saving the structure as a template.

  • Source Code0:02
  • Common Tags in HTML6:19

    Explore heading tags (h1–h6), paragraphs, line breaks (br), and horizontal rules (hr) to structure content; learn nesting rules, spacing, and when to use h1 sparingly for SEO.

  • Source Code0:08
  • Text Formats HTML5:31

    Explore HTML text formats using strong, bold, em, i, mark, sub, sup, small, and big. Compare strong versus bold and em versus i to understand emphasis and styling.

  • Source Code0:15
  • Semantic Content Holders3:54

    Learn how semantic HTML5 tags like header, footer, nav, section, article, and aside organize content beyond divs, creating a meaningful web page structure with a main area and optional side.

  • Source Code0:05
  • HTML Lists3:18

    Explore how to use unordered and ordered lists to group content with list items, compare bullets versus numbers, and apply list attributes for navigation and display.

  • Source Code0:06
  • HTML Comments and MetaTags examples2:43

    Meta tags sit in the head section and describe the page with character encoding and descriptions, while comments document code for readability and are not visible on the page.

  • Source Code0:08
  • Creating Hyperlinks HTML.6:27

    Learn to create hyperlinks using the anchor tag and href attributes, open links in a new page with target _blank, and implement absolute, relative, and mailto links for site navigation.

  • Source Code0:10
  • Images HTML tag.2:55

    Learn how to embed images with the HTML img tag using the src attribute from local or web sources. Resize with styling, and note the width attribute as an alternative.

  • Source Code0:01
  • HTML Character Codes1:48

    Explore HTML character codes from the W3.org reference to enliven text with symbols like checkmarks and stars in your web pages, and insert these characters into headings and social profiles.

  • Source Code0:11
  • HTML Tables3:21

    Learn to create and structure HTML tables using thead, tbody, tr, th, and td, with the ability to span multiple columns and apply styling with CSS for clean, consistent results.

  • Source Code0:07
  • Updated HTML Style Attribute2:30

    Apply the style attribute to any element to style inline with border, background, color, and width. Understand how width equalizes table columns and how inline styling relates to style sheets.

  • Source Code0:10
  • Live on the Internet GitPage4:50

    Learn to publish HTML projects on the web with GitHub Pages by creating a public repository, adding index.html, and sharing the live web URL or CodePen alternative.

Requirements

  • Computer and internet access
  • Desire to learn about HTML

Description

Welcome to our fast paced introduction to coding with HTML5

This course is perfect for anyone who wants to learn more about creating web content.

Bonus PDF guide - Loaded with resources, code snippets and lesson information to help you learn

Step by step guide to learn HTML code and how you can apply the code to your own web projects

Get started today with HTML

Course covers the basics - along with additional resources for expanded HTML learning

  • Create a basic web page with HTML HEAD BODY and TITLE Tags

  • Create a basic web template that can be used as a starting point for all your web pages

  • Learn about tools needed to write HTML code and how to get coding right away

  • Upload and create your first public webpage that you can share with friends and family - Your own URL with your HTML code project :)

Course covers

  • Basic HTML tag and element

  • Common HTML tags and how to use them and what they do

  • Creating a Template

  • HTML character codes

  • Creating Lists with HTML

  • Headings and semantic page structure

  • Adding hyperlinks and images to your web page

  • Various text styled HTML tags

  • Tables and styling of table elements

  • Setting up github page

Taught by an instructor with many years of web development experience ready to help you learn more about HTML

Fast friendly support is always available within the Q&A section

What are you waiting for, you have nothing to lose, join now and start coding HTML today




Who this course is for:

  • Anyone who wants to learn more about creating digital content
  • Anyone who wants to learn about creating web pages
  • Anyone who works with digital content and web content
  • Anyone who wants to learn HTML