Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Your First HTML Page
Rating: 4.1 out of 5(17 ratings)
1,749 students

Your First HTML Page

Go old school with Dan and create HTML pages from scratch! Includes hands-on exercises, quizzes and closed captioning.
Created byDan Hartshorn
Last updated 11/2022
English

What you'll learn

  • Download and install free software for creating your HTML page
  • Create your first HTML page and view it in a web browser
  • Learn the basic anatomy of your HTML page
  • Learn how to display text, images, hyperlinks and tabular data on your HTML page

Course content

5 sections12 lectures39m total length
  • Instructor and course introduction1:29

    Instructor and course introduction. HTML stands for hypertext markup language. It's a well-established specification that define how to construct web pages for display in the web browser. We'll start by downloading and installing free software you'll use to write HTML. This lecture will conclude with the creation of a simple HTML page that you'll write, save and view in your browser.

  • Download and install VS Code for creating HTML0:54

    You can create HTML documents with any text editor, but I recommend using VS Code. It is a text editor but also a platform that can be extended and scripted to handle many different programming languages and tasks. If you start using VS Code now to write HTML, you can continue to use it as you expand your knowledge in programming later.

  • Create a project folder and start writing HTML1:47

    Create a folder for your coding project and open it as a workspace in VS Code. Create an empty HTML file for your code. Learn about the doctype declaration and the main sections of the HTML document.

  • Finish creating a simple HTML document and view it in a web browser2:25

    Add a title to your document in the head section with the title tag. Add a large text header on your page with the h1 tag and some basic text with the p tag. View your complete web page in a web browser.

Requirements

  • No prior programming experience needed. Ability to download and install free software on your computer.

Description

HTML stands for hypertext markup language and it’s the stuff with which a basic web page is made. I’ve been coding professionally for twenty-five years and I’ve seen so many programming languages, frameworks, WYSIWYG platforms and trends come and go. HTML was there in the start of my career, it’s still here and I believe it will be around for years to come. Web browsers exist on every device we use and the web pages they display are all governed by their HTML code. Every web developer should know HTML. Even general programmers should know HTML since it’s often the delivery mechanism for displaying data that is output from programs. Cross-platform developers should learn HTML because it’s one of the essential components of writing one code base that’s delivered to different PC operating systems, tablets, phones and consoles.


Come learn HTML from scratch in this short fun course. We’re going to write a basic HTML page and view it in a browser. We’ll cover some of the most essential parts of the HTML document anatomy. You will learn how to display text, images, links and tabular data on your web page. Quizzes after each section will test your learning and two complete practice assignments with downloaded resources are provided at the end.

Who this course is for:

  • Beginner web developer or cross-platform programmer wanting to learn HTML markup language for creating web pages