Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn to code with HTML & CSS
Rating: 3.9 out of 5(2 ratings)
21 students

Learn to code with HTML & CSS

Build websites with HTML & CSS
Created bySkill Tree
Last updated 3/2026
English

What you'll learn

  • Create HTML document structure
  • Create a web page
  • Add images to webpage
  • Add video to webpage
  • Add audio to webpage
  • Create links
  • Create class
  • Create ID's
  • Create simple forms
  • Creating Text Area
  • Create local strorage
  • Style a webpage
  • Change background color
  • Create Inline style
  • Create Internal Style
  • Create External Style
  • Create border radius
  • Style links
  • Change font size
  • Choose font family
  • Set Margins
  • Set Paddings
  • Float and Clear

Course content

2 sections50 lectures4h 52m total length
  • Overview of HTML and CSS2:10
  • Introduction3:31
  • What is HTML1:29
  • Please Note0:02
  • Text Editors3:47
  • Install Visual Studio Code on Windows6:00
  • Install Visual studio code on Macs4:48
  • Document Structure7:12
  • HTML ELEMENTS8:49
  • Paragraph Tag <p>5:11
  • comments6:36
  • Lists7:59
  • Headings5:43
  • Images9:47
  • Video and Audio8:31
  • Indentation4:15
  • Div and CO12:17
  • Non Breaking Space Entity4:07
  • Form Drop down List3:20
  • Folder Structure2:34
  • Creating a Form4:21
  • Grouping form data5:41
  • Creating Form with Text area4:08
  • Local Storage9:39

Requirements

  • How to use Text Editor ( I will show you how in this course)

Description

As a web developer, the three main languages we use to build websites are HTML, CSS, and JavaScript. JavaScript is the programming language, we use HTML to structure the site, and we use CSS to design and layout the web page.

To build websites, you should know about HTML — the fundamental technology used to define the structure of a webpage. HTML is used to specify whether your web content should be recognized as a paragraph, list, heading, link, image, multimedia player, form, or one of many other available elements or even a new element that you define.

Cascading Style Sheets — or CSS — is the first technology you should start learning after HTML. While HTML is used to define the structure and semantics of your content, CSS is used to style it and lay it out. For example, you can use CSS to alter the font, color, size, and spacing of your content, split it into multiple columns, or add animations and other decorative features.

HTML is like the scaffolding or bricks of a building while CSS could be thought of as the paint work that makes it all look pretty. They work like a pair of gloves and requires each other.

HTML and CSS are both easy t learn. This course will teach you the basics of both languages that will be sufficient to get you creative and start building simple webpages and websites.

What you will learn in this course includes:

  • What is HTML

  • HTML document structure

  • Your first code: Hello world

  • Creating paragraphs using <p> tag

  • Using HTML comments

  • Creating Headlines

  • Adding Images to webpage

  • Adding Video to webpage

  • Ading Audio to webpage

  • Creating Lists

  • Indenting your code

  • Creating Divs

  • Using Id attributes

  • Using Class attributes

  • Creating simple forms

  • Selectors

  • Group Selectors

  • Text editors

  • Textarea

  • Using Local storage

  • What is CSS

  • Syntax

  • Ways to apply CSS

  • Inline CSS

  • Internal CSS

  • External CSS

  • Font Family

  • Border Radius

  • Box Model

  • Overflow

  • Margin

  • Font size property

  • Border

  • Display property

  • Line Property

  • Background Property

  • Links

  • Text Decoration

  • Float and Clear

  • Font weight

  • Text Alignment

This course course is video based and easy to follow .

Welcome to the course.

Who this course is for:

  • Anyone who can use a computer
  • Anyone determined to learn something new