Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
HTML, CSS and JavaScript: The Complete Web Developer Course
Rating: 4.0 out of 5(723 ratings)
17,455 students

HTML, CSS and JavaScript: The Complete Web Developer Course

A Comprehensive Guide for Beginners interested in learning HTML, CSS, & JavaScript to Build Interactive Web Pages.
Last updated 10/2022
English
English [Auto],

What you'll learn

  • Master front-end development using HTML, CSS, & JavaScript
  • Add Client-Side interactivity to Web Pages using JavaScript
  • Create stunning, responsive layouts using CSS

Course content

3 sections31 lectures2h 3m total length
  • Course requirements and format2:38

    Learn the building blocks of the web with html in this online course, based on a one-hour Udemy module, accessible on Mac, PC, or mobile, with short 2–5 minute tutorials.

  • What is JSBIn3:11

    Learn the basics of HTML, CSS, and JavaScript with real-time editing in the J.S. Bean editor, and understand how structure, styling, and functionality come together.

  • Setting up the HTML Document2:36

    Declare the doctype in capitals and add the html opening and closing tags to define a valid html document, and include a body tag for content.

  • Setting up a link1:32

    Add a hyperlink by using the a tag with href to the target website, insert link text, and click to open the site.

  • More than one style3:27

    Learn to style HTML elements with inline CSS using the style attribute, setting color, background-color, and font-family, and chaining multiple styles with semicolons for techniques like negative space.

  • Adding an image2:58

    Learn to add an image by copying its address, using the self-closing img tag with a src attribute, and adjust width or height to resize, with line breaks via br.

  • Adding a link to the image1:50

    Learn to turn an image into a clickable link by using the a tag, preview the hand, and clean up extra text to finalize a linked image.

  • Submit buttons2:56

    The lecture shows how to add a submit button in HTML, replace a date input, assign a name and an id, and prepare the element for JavaScript interaction.

  • Script tags and javascript3:22

    Script tags and JavaScript evolved from embedding in HTML to using separate JS files for functionality, while CSS moves to separate CSS files.

Requirements

  • No coding experience necessary
  • We will use a free online editor
  • Basic computer skills

Description

Do you need to master the art of front-end development?

Look no further. This course is your complete beginners guide to developing cutting-edge web pages that are fully mobile responsive.

The course branches into three sections.

1. Explore HTML5

Learn the composition of a web page and how a web browser interprets html code to display the visual elements of a page. Learn the core fundamental aspects of HTML syntax, to ensure you are well prepared for the remaining sections ahead.

2. Explore CSS3

Learn to add stunning design elements to really make web pages visually aesthetic. Learn a broad range of CSS attributes to make web pages completely mobile responsive, even on the trickiest of devices such as phones and tablets.

3. Explore JavaScript

Dive into adding interactive client-side functionality using JavaScript. JavaScript is an extremely powerful front-end programming language that can really help take web pages to another level. Learn how to add client-side validation to forms, animate images and objects, and manipulate both HTML and CSS.

Who this course is for:

  • Anyone who needs to learn to code
  • Anyone who needs to build a website