Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn HTML and CSS together for Beginners
Rating: 4.4 out of 5(953 ratings)
49,540 students

Learn HTML and CSS together for Beginners

Learn how to make websites using HTML and CSS This course is for beginners step by step to create a completed website
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • Create HTML Code
  • Create CSS code
  • Apply HTML and CSS together to build websites

Course content

4 sections47 lectures3h 56m total length
  • HTML and CSS introduction6:15

    Learn how HTML and CSS work together to build styled web pages, covering tags, attributes, doctype, head and body structure, images, lists, tables, forms, semantic tags, and a JavaScript introduction.

  • Introduction to HTML58:05

    Explore HTML5 fundamentals, including HTML, CSS, and JavaScript roles in rendering, styling, and interactivity, plus validators, the WWW, offline data storage, and audio, video, interactive graphics.

  • Getting started with HTML11:30

    Master the basics of HTML by building a page with HTML, head, title, and body tags, understanding opening, closing, and self-closing tags.

  • Create an HTML template10:21

    Identify tags and elements, learn opening and closing tags, and define elements. Explore attributes like title and style, and see how doctype, HTML5, language, and meta charset shape the template.

  • How to write HTML code5:59

    Apply the do's and don'ts of HTML code using a standard template, with proper nesting and closing tags. Maintain clean code with lowercase tags, consistent whitespace, and matching quotes.

  • Headings and HTML structure12:18

    Explore how to structure an HTML document with doctype, html, head, and body, set meta information, and use heading tags to organize content for accessible, SEO-friendly web pages.

  • Paragraphs and simple Markup3:28

    Explore HTML tags to structure your web page, including opening and closing paragraph tags, line breaks with br, horizontal rules with hr, and pre-formatted text with pre.

  • Markup in HTML11:25

    Explore HTML markup by viewing how tags like small, mark, delete, sub, sup, blockquote, bold, italics, underline, strike, code, and pre-formatted text render in output, highlighting semantics.

  • Source Code0:23
  • Content Grouping div and span3:21

    Explore how to group content with divs and spans to prepare for css selections, showing how divs create blocks and spans stay inline, enabling targeted styling of text.

Requirements

  • Basic computer skills
  • Internet Access

Description

Learn about HTML and CSS and how they are used to create websites.  

HTML and CSS are 2 of the 3 main building blocks of websites on the internet today.   The internet uses HTML & CSS as a set of instructions that can be then be used by browsers to render out the intended webpage.   HTML is fun to write and easy to get started with.   If you have ever considered creating your own website and wondered where to get started this is the course for you.

HTML (HyperText Markup Language) is the most basic building block of the Web. It describes and defines the content of a webpage. Explore HTML, how it works and how browsers use it to build webpages.   HTML is created by web developers who use it to build websites.  Learn how to create your own HTML boilerplate templates, that can be used and reused to make webpages.  Explore HTML markup, creating headings, paragraphs, and more.  See the different tags and what they do.   Learn about grouping elements and how that is the first step to prepare to add styling.  

CSS (Cascading Style Sheets) are a stylesheet language used to describe the presentation of a document written in HTML.  Its how your page looks, how your HTML elements can be designed to have colors, positions on the page, different dimensions, and more.  Explore how to add color and background options to HTML elements.  Find out about the Box model and how it is used to add more display properties to HTML elements.

Putting HTML and CSS together to create webpages.   We cover how to build a website from scratch.

  • Hyperlinks how they work
  • Adding images to webpages
  • creating a navbar using CSS
  • HTML tables
  • HTML forms and creating a contact form for your website
  • HTML structure and building your page
  • Tweaking and updating your website
  • Adding Google Fonts

Experienced instructor - creating websites since 1999!  

Learn to create a website from scratch, I'm here to help and ready to answer any questions you may have.  Take the first step and learn to create your own website today.

Who this course is for:

  • Anyone who wants to learn about HTML and CSS
  • Anyone who wants to create websites
  • Students who are new to web development