Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
HTML for Beginners - Learn the absolute basics of HTML
Rating: 4.5 out of 5(50 ratings)
978 students

HTML for Beginners - Learn the absolute basics of HTML

This course covers the basics of HTML including paragraphs, headings, how to add images to a webpage, etc.
Created byDarragh O'Neill
Last updated 10/2024
English

What you'll learn

  • Learning the basics of HTML
  • We will learn about the different HTML tags such as headings, paragraphs, etc.
  • We will learn about tags that require attributes such as images and links
  • We will learn how to structure a basic webpage

Course content

1 section12 lectures1h 20m total length
  • Introduction4:40

    learn the basics of HTML, and place text, headings, images, links, lists, and text input on a page, with CSS and JavaScript for styling and interactivity.

  • Creating an index.html file4:56

    Create an index.html file in a text editor, save it, and render a basic HTML page with doctype, head, body, a title tag, and an h1 hello world heading.

  • Headings7:10

    Learn to use six html headings from h1 to h6 to structure a web page, starting with a strong h1 and applying the proper opening and closing tags.

  • Paragraphs6:12

    Master paragraphs in html by using opening and closing p tags, manage head and body content, and build a basic page for a donut shop with h1 and h2 headlines.

  • Lists in HTML3:53

    Build your first HTML list by using an unordered list and li items to display donuts such as mint, chocolate, strawberry jam, maple, and plain sugar.

  • Lists in HTML - Ordered List4:01

    Learn how to create and use ordered lists in HTML, including how to convert an unordered list to an ordered list, and compare list types with headings and paragraphs.

  • Line Breaks in HTML3:37

    Explore line breaks in HTML for beginners using the self-enclosed br tag to create new lines and the horizontal rule hr to separate content.

  • Adding Images11:32

    Learn to add images in HTML with the image tag and src attribute, save in a local images folder, create an image grid, and resize with width and height.

  • Images - the alt attribute6:45

    Use the img tag with a src and alt attribute to describe donuts for screen readers and failed loads, practicing relative paths like ./images/donut.jpg.

  • Links in HTML - Linking to an external website9:24

    Learn to create links in HTML using anchor tags, set href attributes for external sites like Google and W3 Schools, and open them in new tabs with target _blank.

  • Links in HTML - Linking to a 2nd webpage9:04

    learn how to create navigation links in HTML, link between multiple pages using anchor tags and hrefs, and set up simple multi-page sites with index.html and index2.html.

  • Links in HTML - Linking to a section on the same webpage9:00

    Discover how to link to sections on the same page using anchor tags, IDs, and hash references inside a nav with an unordered list. Explore smooth scrolling with css.

Requirements

  • You will need a computer and a text editor for this course. I will be using Visual Studio Code!

Description

Welcome to HTML for beginners!


What does this course teach? HTML!


What topics are included in this course?


My name is Darragh O'Neill and in this short, free-course on HTML for beginners, I will teach you the basics of HTML including:


  • Headings

  • Paragraphs

  • Lists (but unordered lists and order lists)

  • Adding images to a webpage

  • Adding links to a webpage

  • etc.

This is only a foundational course with just over one hour of free HTML content. HTML is the building blocks of building websites. No knowledge of coding is required, all you need is a computer and a willingness to learn!


About me?

Well, my name is Darragh O'Neill and I first began to code during the summer of 2017 where I spent some time learning the basics of HTML and CSS on YouTube.


I then went out to do a coding bootcamp and subsequently went to study Software Development at Maynooth University.


I have a real passion for coding and if you're interested in learning the basics of web development but don't know where to start, hopefully this free course on HTML will be able to help!


I have published 2 other courses on Udemy that have received positive feedback, so hopefully this free course on HTML will help.


What to expect from this course?


HTML is only the start of any web development journey. Please leave a positive review if you'd like to see more content on Udemy in the future.


Thanks!

Darragh

Who this course is for:

  • For absolute beginners who want to learn about HTML