Programmes:

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

Cours:

  1. Basic Structure of a Web Page 03:35
  2. HTML Head Tags 07:59
  3. HTML Body Tag 03:18
  4. HTML Paragraph Spacing 02:57
  5. HTML Line Breaks 02:04
  6. HTML Non-Breaking Space 02:38
  7. HTML Header Tags 01:58
  8. HTML Text Formatting and Decoration 05:15
  9. HTML Inline Text Formatting 02:04
  10. HTML Unordered Lists 02:36
  11. HTML Ordered Lists 02:39
  12. HTML Image Insertion 03:57
  13. HTML Embedding Videos 02:50
  14. HTML Absolute vs. Relative File Referencing 02:00
  15. HTML Link Creation 06:34
  16. HTML Anchor Tags 06:16
  17. HTML Tables 11:29
  18. HTML Nested Tables 06:26
  19. HTML Merging Cells 01:00
  20. HTML Text Wrapping 01:17
  21. HTML Table Background Image 01:12
  22. HTML Table Cell Alignment 00:39
  23. HTML – Introduction to Forms 03:30
  24. HTML Form Tags and Attributes 03:59
  25. HTML Forms – Post vs. Get 02:08
  26. HTML Forms – Input Text Fields 03:51
  27. HTML Forms – Select Menus 05:32
  28. HTML Forms – Check Boxes and Radio Buttons 05:44
  29. HTML Forms – Text Areas and Buttons 05:49
  30. HTML Iframes 04:03
  31. HTML Project – Introduction 01:40
  32. HTML Project – Header 03:33
  33. HTML Project – Callout 03:19
  34. HTML Project – Image Insertion 01:34
  35. HTML Project – Text Insertion 01:23
  36. HTML Project – Links and Form 03:28
  37. HTML Project – Tabular Data 02:23
  38. HTML Project – Footer 01:22
  1. Introduction to CSS 03:31
  2. Parts of a CSS Rule 06:31
  3. Types of CSS Rules 02:54
  4. CSS – Color Names and Codes 02:17
  5. CSS Classes and Spans 05:43
  6. CSS Divisions – DIVs 02:52
  7. CSS IDs 05:53
  8. CSS Margins 03:52
  9. CSS Padding 02:12
  10. CSS Text Properties 08:28
  11. CSS Font Properties 03:00
  12. CSS Borders 02:19
  13. CSS Backgrounds 06:25
  14. CSS Transparency 02:52
  15. CSS Text on Top of Images 06:03
  16. CSS Width and Height Properties 05:09
  17. CSS Display Properties 02:09
  18. CSS Static Positioning 01:54
  19. CSS Relative Positioning 04:03
  20. CSS Absolute Positioning 02:12
  21. CSS Fixed Positioning 02:07
  22. CSS Float Property 02:23
  23. CSS Clear Property 01:08
  24. CSS Z-Index 01:39
  25. CSS Styling Links 02:01
  26. CSS Tables 02:16
  27. CSS Project – Introduction 01:22
  28. CSS Project – CSS Rules 05:35
  29. CSS Project – Navigation Rules 02:16
  30. CSS Project – Responsive CSS 02:37
  31. CSS Project – Page Elements 02:33
  1. DOM Introduction 03:12
  2. DOM Manipulation 01:17
  1. JavaScript – Introduction 05:41
  2. JavaScript Placement 02:09
  3. External JavaScript 01:50
  4. JavaScript Output 01:41
  5. JavaScript InnerHTML 01:03
  6. JavaScript Commenting 01:48
  7. JavaScript Constants 01:34
  8. JavaScript Variables Introduction 04:31
  9. JavaScript Assignment Operator 01:05
  10. JavaScript Arithmetic Operations 03:43
  11. JavaScript Arithmetic Operations Continued 03:45
  12. JavaScript Operator Precedence 00:58
  13. JavaScript Data Types 01:13
  14. JavaScript Objects 01:42
  15. JavaScript Object Output 01:22
  16. JavaScript Strings 03:11
  17. JavaScript String Length 00:41
  18. JavaScript Special Characters 01:18
  19. JavaScript Random Numbers 00:54
  20. JavaScript Min and Max Function 01:05
  21. JavaScript Math Round Function 01:38
  22. JavaScript Arrays 02:14
  23. JavaScript Array Attributes 01:28
  24. JavaScript Arrays – Pop – Push – Shift – Unshift 02:04
  25. JavaScript Changing and Deleting Elements 01:58
  26. JavaScript Splicing an Array 01:35
  27. JavaScript Sorting an Array 01:24
  28. JavaScript Joining Arrays 01:04
  29. JavaScript Conditional Statements 06:17
  30. JavaScript Comparisons 02:26
  31. JavaScript Booleans 01:21
  32. JavaScript For Loops 02:40
  33. JavaScript For-In Loop 00:46
  34. JavaScript While Loops 02:08
  35. JavaScript Do-While Loop 01:58
  36. JavaScript Break and Continue 01:14
  37. JavaScript Functions 01:53
  38. JavaScript Events 01:18
  39. JavaScript Project 1 – BG Color Changer 02:13
  40. JavaScript Project 2 – Photo Gallery 02:24
  41. JavaScript Project 2 – Completion 02:38

Description:

Welcome to the HTML, CSS, & JavaScript – Certification Course for Beginners.

If you are interested in mastering the art of front-end development, look no further. This course is the complete beginners guide to developing cutting-edge web pages that are fully mobile responsive.

The course branches into three sections. We start by exploring HTML5, students learn the composition of a web page and how a web browser interprets html code to display the visual elements of a page. We cover just about every aspect of HTML syntax, to ensure you are well prepared for the remaining sections ahead.

The HTML sections covers the following key concepts:

  • HTML Page Structure

  • Working with Spacing

  • Text Formatting

  • Creating Ordered & Unordered Lists

  • Inserting Images & Videos

  • Creating Links and Anchor Tags

  • Inserting Tabular Data & Tables

  • Creating Forms

  • + Much More

Once students have a firm grasp on HTML coding, we move right into CSS. Here, students will learn to add stunning design elements to really make web pages visually aesthetic. We will also cover a broad range of CSS attributes to make web pages completely mobile responsive, even on the trickiest of devices such as phones and tablets.

The CSS section of this course covers the following key concepts:

  • CSS Rules

  • CSS Classes

  • Divisions

  • CSS Id’s

  • Margins, Padding

  • Font Properties

  • Backgrounds & Transparency

  • Positioning

  • Link Styling

  • CSS Tables

  • + Much More

In the last section of this course students will 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. This section teaches students how to add client-side validation to forms, animate images and objects, and manipulate both HTML and CSS elements using the DOM (Document Object Model).

The JavaScript section covers the following key concepts:

  • JavaScript output

  • Variable declarations

  • Arithmetic operators

  • Objects

  • Strings

  • Math functions

  • Arrays

  • Conditional statements

  • Loops

  • Functions and events

  • + Much More

Who this course is for:
  • Students interested in learning to Code
  • Students interested in learning how to create web pages
  • Students learning to improve their skills in HTML, CSS, & JavaScript
  • Students interested in learning to create mobile responsive webpages
  • Students interested in learning how to add client-side interactivity using JavaScript

Lien de vérification: