Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
HTML Programming For Everyone
Rating: 4.6 out of 5(40 ratings)
2,733 students

HTML Programming For Everyone

Learn To Build Awesome Web Sites Using HTML and the Bootstrap CSS Framework. Web Development With HTML Made Easy!
Created byJohn Elder
Last updated 11/2023
English
English [Auto],

What you'll learn

  • Be Able To Read, Write, and Understand HTML
  • Build Basic Websites From Scratch
  • Install and Use the Bootstrap CSS Framework
  • Understand The Major HTML Elements
  • Understand the Major HTML Attributes
  • Use HTML Tables
  • Use HTML Lists
  • Create HTML Links
  • Use Images With HTML
  • Understand the 3 ways to Use CSS on a Webpage
  • Create and Style Bootstrap Tables
  • Build A Bootstrap Navbar
  • Use Bootstrap Cards and Jumbotrons
  • And Much More...

Course content

1 section21 lectures1h 45m total length
  • Introduction and Sublime Text Editor2:58
  • First Things First: How To Get Support Fast!0:09

    Check out my student Facebook Group...

    It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...

    Join Now!

    https://www.facebook.com/groups/codemycom/

  • What Is HTML5:26
  • HTML Page Structure6:41

    Explore how to structure an html page with doctype, html tag, head tag, and body tag. Save as page.html, view in a browser, and understand title, h1, and paragraph elements.

  • Header Tags4:03

    Master HTML header tags from h1 to h6, with h1 marking the main headline and SEO importance. Use h2 for subheadings; h3–h6 are rarely needed.

  • Paragraph Tags and Line Breaks6:11

    Wrap blocks of text in paragraph tags to keep content organized, and recognize the line break tag as a single tag indicated by a forward slash in the opening tag.

  • PRE Tags3:18
  • Blockquote Tags4:11

    Learn how to use the block quote tag to format quotes, nest quotes correctly, and apply the Q tag and citation attributes for better readability and SEO.

  • Links in HTML3:36

    Create links with the anchor tag using href to external or internal pages, and wrap images in anchor tags to make them clickable.

  • Images in HTML5:05

    Learn how to embed images in HTML using the img tag with src and optional width, height, and alt attributes, and how to make images into links.

  • HTML Lists (Ordered and Unordered)6:48

    Learn to create unordered and ordered HTML lists with list items, nesting, and the type attribute for numbering, while CSS styling and the next video on tables.

  • HTML Tables6:31

    Create a basic HTML table using table, tr, th, and td; align headers, set width to 50%, and ensure every row has the same number of columns, with borders discussed.

  • Advanced Tables4:47
  • Using CSS With HTML6:54

    Explore the three main ways to integrate CSS into a web page—inline styles, internal styles in the head, and external stylesheets.

  • Intro To Bootstrap CSS Framework4:17
  • Installing Bootstrap4:59

    Install Bootstrap by downloading it or linking to a CDN, add the CSS and Bootstrap JavaScript in a starter template, and use a Bootstrap container for a responsive grid.

  • Bootstrap Tables6:13
  • Bootstrap Navbars4:12

    Explore bootstrap navbars with light and dark themes, add a search bar and dropdowns, and customize links and items to build a simple, functional navigation.

  • Bootstrap Cards3:36

    Learn to use Bootstrap cards by copying HTML, adding images, and customizing card titles and buttons with Bootstrap classes.

  • Bootstrap Jumbotron5:20
  • Bonus Lecture10:10

    Explore a bonus offer to gain lifetime access to over 60 coding courses for $49 with coupon Udemy, including PDFs, certificates, and updates.

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser
  • We'll Download a Free Coding Text Editor
  • There are no other tools needed

Description

In this course I'll teach you HTML programming from the ground up.

If you've ever wanted to build web sites, this is the course for you.  HTML makes up every single website on the Internet.

You can't become a front-end web developer without first learning HTML, and this course is all you'll need.

I'll start out teaching you basic HTML. You'll learn:

  • Intro and Sublime Text Editor


  • What Is HTML


  • HTML Page Structure


  • Header Tags


  • Paragraph Tags and Line Breaks


  • PRE Tags


  • Blockquote Tags


  • Links in HTML


  • Images in HTML


  • HTML Lists (Ordered and Unordered)


  • HTML Tables


  • Advanced Tables


  • Using CSS With HTML


Once we have the basics of HTML out of the way, we'll learn about the Bootstrap CSS Framework:


  • Intro To Bootstrap CSS Framework


  • Installing Bootstrap


  • Bootstrap Tables


  • Bootstrap Navbars


  • Bootstrap Cards


  • Bootstrap Jumbotron


Bootstrap is one of the most popular CSS frameworks, millions of websites use it. It's completely free and easy to use once you learn a few tricks of the trade!


Putting these two sections together will give you the skills you need to build just about any type of website you like.


My name is John Elder, I'm the CEO of Codemy. com and I have over 35 courses here at Udemy with over 42,000 students and 100,000+ enrollments across all my courses (there's a reason why most of my students sign up for more than one of my courses!).


You don't just get a bunch of videos with this course, you also get access to me!  I'm here answering questions all day everyday. If you get stuck along the way, or just need a little clarification, shoot me a message and I'll walk you through it.


Sign up today and let's learn some HTML!

Who this course is for:

  • This course is built for absolute beginners who want to learn to build websites with HTML
  • Front End Developers Who Want To Learn HTML
  • Back End Developers Who Want To Learn HTML
  • Anyone Who Wants To Learn Bootstrap CSS