Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Frontend Web Development For Beginners -HTML/CSS/JavaScript
Rating: 4.3 out of 5(77 ratings)
1,182 students

Frontend Web Development For Beginners -HTML/CSS/JavaScript

Learn to program for the web using HTML ,CSS, JAVASCRIPT
Created byTech Academy
Last updated 3/2026
English

What you'll learn

  • Create a folder structure
  • Create a HTML document structure
  • Indent HTML code
  • Use HTML comments in your code
  • Create paragrapghs
  • Create Lists
  • Create Forms
  • Create Links
  • Create CSS syntax rule
  • Set a background color
  • Style using different selectors
  • Apply padding and margins
  • Change text size
  • Write JavaScript syntax
  • Create variables
  • Create Arrays
  • Create Functions
  • Write conditional statements

Course content

6 sections50 lectures4h 46m total length
  • Introduction3:19
  • What is programming3:50
  • What is HTML1:29
  • What is CSS1:05
  • What is JavaScript4:06
  • What are plain text editors3:47

Requirements

  • You should know how to use a computer

Description

Programming is the process of writing a set of instructions known as code for the computer to perform a task or series of task.

Learning to program is a useful and enjoyable skill to have. Programming allows you to solve various types of problems.  

There are several programming languages that can be used to write computer programs.
In this beginners course we will start with the basic front end languages which are HTML CSS and JAVASCRIPT. These three languages are collectively referred to as front end programming languages used to for web development and programming.

If you are thinking of becoming a web developer or just curious about how to build websites HTML is the
language you will need to start with. Every website on the planet has been built structurally using HTML.
A website is built using a variety of technologies such as HTML which is used to create the structure ;then you have
CSS or cascading style sheets which is used to style or make the website presentable;The third language you need is known as JavaScript which is responsible for the interactivity( This means the actions a visitor performs on a website e.g clicking on a button or completing a form) on the website .

What You will Learn:

  • How to create HTML document structure
  • How to create Lists
  • How to create paragraphs
  • How to create Headings
  • How to add images to webpage
  • How to add video and sound to webpage
  • How to write css syntax
  • How to use various selectors for styling
  • How to use css padding and margins
  • How to use fonts 
  • How to write javascript functions
  • How to create variables
  • How to create Arrays
  • How to create functions
  • How to use conditional statement

I look forward to seeing you on the course.

Thank you

Who this course is for:

  • Anyone who wants to learn how to program
  • Anyone who wants to learn web development