A Beginner’s Guide to Web Development

A Beginner’s Guide to Web Development

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 7h 37m | 2.38 GB

Learn the basic building blocks of front-end web development and build your first website!

Welcome to the ultimate Web Developer beginner course. This is your one-stop-shop to learn everything you need to know to get into web development.

We’ll take you from absolute beginner to understanding the core fundamentals of web development. By the end of this course, you’ll learn everything you need to know to build amazing looking websites with HTML, CSS, and Javascript.

This friendly course takes you through Web Development. It is packed with step-by-step instructions and working examples. This comprehensive course is divided into clear bite-size chunks so you can learn at your own pace and focus on the areas of most interest to you.

What You Will Learn

  • HTML5
  • Beginner and intermediate CSS3
  • Javascript basics
Table of Contents

01 What is web development
02 What you can do as a web developer
03 Where should I start as a beginner
04 Frontend Vs Backend
05 Installing an IDE
06 HTML – Building Your First Website
07 Intro to HTML, HEAD, BODY, and HEADER
08 HTML – Lists, Paragraphs, and Text Styling
09 HTML – Displaying Data With Tables
10 HTML – Images & Forms
11 WebStorm IDE_ Basic Setup
12 WebStorm IDE_ Navigating your project
13 WebStorm IDE_ Performing searches
14 WebStorm IDE_ Mastering the editor
15 What is CSS
16 How to use Inline, Internal and External CSS
17 CSS – Element, ID & Class Selectors
18 CSS Colors
19 CSS Backgrounds & Borders
20 Using browser inspector tools
21 CSS Combinators
22 CSS Grouping
23 CSS Specificity
24 CSS Text Styling & Formatting
25 Google Fonts
26 CSS Images
27 Padding & Margin
28 CSS Rows & Columns
29 Time to Javascript
30 Javascript Reference
31 Comments & How to Link Scripts
32 Numbers
33 Variables & Strings
34 Comparison Operators
35 Logical Operators
36 Arrays
37 Loops
38 Functions
39 Objects
40 Bind
41 Percentage Calculator – Setting Up the Form
42 Percentage Calculator – Grabbing Elements With Javascript
43 Percentage Calculator – Using Event Listeners
44 Percentage Calculator – Algorithm & Prevent Default