Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Creative HTML5 & CSS3 Course - Build Awesome Websites
Rating: 4.4 out of 5(1,736 ratings)
7,561 students

The Creative HTML5 & CSS3 Course - Build Awesome Websites

Learn HTML5 and CSS3 by creating 3 amazing, well designed and animated websites from scratch!
Last updated 5/2020
English
English [Auto],Spanish [Auto],

What you'll learn

  • Create Websites from absolute scratch!
  • Learn the principles of web development.
  • Styling nice looking websites.
  • Flexbox, CSS Grid
  • Advanced CSS Animations
  • Fluid Typography and SASS
  • Deployment.

Course content

11 sections77 lectures13h 2m total length
  • Welcome to the Course0:56

    Start with the basics of html and css, skim sections for new tips, and skip to the mobile responsiveness section if you’re experienced, while building projects for practice.

  • Setting up vsCode1:43

    Install Visual Studio Code, a text editor with extensions that makes writing code easy. Explore the interface and suggested extensions after downloading the stable build for Windows, Mac, or Linux.

  • Installing Extensions2:46

    Install extensions from the VS Code marketplace, customize color and icon themes, and enable live server to start writing your first HTML code.

  • Creating A HTML Tag4:15

    Create an index.html file, write a simple h1 tag, and preview the result in VS Code using the live server to see the heading on screen.

  • Basic Layout4:23

    Learn the basics of the HTML document structure, including doctype, html, head, and body, and how the head provides meta information and title for SEO while the body renders content.

  • Meta Tags12:58

    discover how meta tags improve seo by using title, description, and robots tags, and learn to add charset, viewport, and icon links for a responsive, indexable html5 css3 site.

  • H and P Tags7:00

    Learn to use h1–h6 headings to structure HTML and assign importance, pair paragraphs with tags like italic, bold, small, mark, and del, and explore rename tag in Visual Studio Code.

  • Images and Video7:10

    Learn to add images from pexels and video to a web page using image and video tags, with alt text, src paths, and multiple sources (mp4, webm, ogg).

  • A Tags5:12

    Add anchor tags with href to create links on your website and use target _blank to open them in a new tab. Nest images or icons inside the anchor tag.

  • Forms16:48

    Create and submit HTML forms using form, input, select, and textarea elements. Learn labeling, id-for accessibility, name attributes for submission, and basic validation like required and max length.

  • Lists4:04

    Learn to create unordered and ordered lists with ul, ol, and li, explore nested lists for navigation bars, and link items with anchors while customizing bullets with CSS.

  • Comments2:25

    Discover how HTML comments do not affect rendering yet improve code organization, with short notes explaining sections like login forms and image galleries.

  • Tables3:13

    Learn to create a simple HTML table using table, tr, th, and td, with headers and data rows, then extend with more columns or rows and CSS later.

  • Classes and ID's5:32

    Explore how classes and ids function as selectors to target HTML elements, using a unique id for a logo and reusable classes like article-text with clear naming and multi-class use.

  • HTML5 Semantics16:00

    Discover how to replace non semantic div wrappers with HTML5 semantic elements like header, nav, main, section, article, aside, figure and figcaption to structure and describe content.

  • HTML Entities3:17

    Explore HTML entities to safely display special characters in your web pages, from the less-than sign to the copyright symbol, and learn how to insert them without breaking HTML.

  • Let's Learn CSS0:27

    Explore how to style with css and create layouts as we move from boring text to visually appealing web pages, making web development fun.

Requirements

  • You don't need to know anything about programming to get started!

Description

The creative HTML5 and CSS3 Course was created for everybody who is interested in learning web development.

Real World Projects

If you are a complete beginner we will cover all the basics to get you up and going to create your first website. If you have some web development skills already, do not worry! We will create 3 amazing projects with awesome design and animations!

A short list of things we are going to learn!

  • HTML5

  • CSS3

  • Responsive Design

  • Animations

  • Working with Images and SVG's

  • Flexbox

  • CSS Grid

  • SASS

  • Optimization

  • Accessibility

  • Deployment

Who this course is for:

  • Anyone interested in building and designing beautiful websites.
  • Everyone interested in web development.