Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
2024 - Introduction to Modern Responsive Web Development.
Rating: 4.1 out of 5(23 ratings)
1,615 students

2024 - Introduction to Modern Responsive Web Development.

Introduction to Modern Responsive Web Development: HTML, CSS and JavaScript
Created byIvan Zi, Aliaksei
Last updated 3/2024
English

What you'll learn

  • Become a modern and confident HTML and CSS developer, no prior knowledge needed!
  • Modern, semantic and accessible HTML5
  • Important CSS concepts such as the box model, positioning schemes, inheritance, solving selector conflicts, etc.
  • Modern CSS (previous CSS3), including flexbox and CSS Grid for layout
  • Javascript

Course content

3 sections44 lectures40m total length
  • Introduction0:33

    Learn the basics of responsive web development using HTML, CSS, and JavaScript, and turn your design from imagination into browser-ready pages.

  • Html: Table Of Contents1:36

    Explore the fundamentals of HTML content and structure, including tags, attributes, headings, paragraphs, images, links, and tables, plus forms and input elements for user data in Codepen environments.

  • What is HTML and why use it?0:24

    Understand HTML as a markup language and how it defines page elements like headings, paragraphs, images, and links, enabling you to create and modify web pages.

  • Working Environment - Codepen.io.2:32

    Explore CodePen.io as an online code editor and learning environment for testing, tweaking, and sharing HTML, CSS, and JavaScript pens.

  • How to use HTML tags and attributes?0:19

    Explore how to use HTML tags and attributes, and understand document components and the different types of HTML nodes, including text nodes and comments.

  • How to create headings, paragraphs and other?1:10

    Use HTML to structure web pages with headings and paragraphs, applying the p element for paragraphs, indenting blocks, and organizing sections within the body tag for clear layouts.

  • How to create links (relative and absolute URLs) to other web pages or files?1:11

    Create and understand hyperlinks using the a tag and href attribute. Differentiate absolute URLs, which include the domain name, from relative URLs within the same domain to navigate between pages.

  • How to insert images into web pages? Image attributes: src, alt, width ...0:05

    Master inserting images into web pages by using src and alt attributes and setting width for responsive layouts.

  • How to create tables to display data in rows/columns?0:26

    Learn how to create HTML tables to display data in rows and columns using table, tr, th, and td elements.

  • Create forms and collect user input. Form elements: inputs, select, other1:17

    Explore how HTML forms collect user input with the form element and send data via action and method, including get and post.

  • How to use HTML5 semantic elements, such as header, footer, nav, article, sectio1:22

    Learn to use HTML5 semantic elements such as header, footer, nav, section, article, and summary to clearly define meaning for browsers and developers, contrasting with nonsemantic div and span.

  • How to use audio elements?0:24

    Learn how to embed audio content using the audio tag, include multiple source options, and rely on the browser to select the first supported source.

  • How to use video elements?0:34

    Explore XHTML media elements and how the video tag embeds content in a document, using source tags for multiple video sources and letting the browser select the first supported source.

Requirements

  • No programming experience needed. You will learn everything you need to know

Description

Introduction to Responsive Web Development: HTML, CSS and JavaScript

Our course is designed to offer you a hands-on experience, guiding you on how to code web applications from scratch with the latest web technologies: HTML5, CSS3, and JavaScript.

This approach ensures that you understand each concept thoroughly and allows you to practice your newly acquired skills without relying on copy-pasting.

You do not need any previous knowledge of HTML, CSS, or JavaScript since we will take you through every syntax and explain each step in detail. Our course is suitable for beginners. Whether you're new to coding or looking to refresh your skills, our course is perfect for you!

We believe that learning should be enjoyable and engaging, which is why we've created an array of modern, super-cool, and captivating projects that you will develop throughout the course. Each project is created independently from scratch, and you can choose which ones to work on based on your interests.

Our course features separate videos for each technology, enabling you to learn and focus on the areas that interest you the most. For instance, if you're primarily interested in JavaScript, you can skip the HTML and CSS sections and dive right into the JavaScript videos.

Who this course is for:

  • Beginner front-end web developers