Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to HTML
Rating: 4.2 out of 5(927 ratings)
25,289 students

Introduction to HTML

HTML is one of the major building blocks for creating web applications and websites.
Created byRefactorU LLC
Last updated 11/2015
English

What you'll learn

  • Course Goal: Learn how to use HTML to create basic web pages.

Course content

8 sections18 lectures1h 18m total length
  • Introduction0:49

    Discover how HTML serves as the content foundation for web pages, learn to write your first HTML, and see how CSS shapes appearance while JavaScript adds interactivity.

Requirements

  • Recommended Course: Getting Started as a Web Developer by RefactorU.
  • Assumes basic knowledge of Git, GitHub, Sublime Text, and Command Line.

Description

In this course we’re going to be taking a look at HTML, specifically HTML5. This course assumes you already have your editor environment setup, using Sublime Text or something similar, and you’re ready to start writing some code. The best place to start is writing HTML.

HTML defines the content of our page and is usually the first thing that’s loaded by a website in the browser. HTML defines the content, while CSS defines what the content looks like. Finally, Javascript will end that triangle by supplying the interactivity to our applications. We wouldn’t have all three of these things if we didn’t have HTML, so let’s take a look at how we can start writing HTML and building really cool applications and websites.

Course Includes:

  • 18 videos with over 90 minutes of lectures and explanations.
  • 3 external resource files.

What You'll Learn:

  • HTML Terminology
  • The HTML Boilerplate
  • Identifying HTML Elements
  • IDs
  • Classes
  • Paragraphs
  • Headers
  • Emphasis
  • Strong
  • Unordered Lists
  • Ordered Lists
  • Images
  • Anchors
  • Architecture Tags
  • Layout Elements
  • And More!

Who this course is for:

  • Those interested in learning about web development.
  • People just starting out with HTML.