• Post category:StudyBullet-13
  • Reading time:12 mins read


HTML, CSS, and JavaScript ~ Start building today!

What you will learn

The absolute fundamentals of web development: HTML (the content of a page), CSS (the styling of a page), and JavaScript (the functionality of a page).

Fundamental HTML tags such as headings, paragraphs, lists, tables, images, anchors, divs, spans, inputs, and forms.

Essential CSS topics such as selector methods, defining size and color, the box model, and various display options such as block, inline, and inline-block.

CSS layouts in one dimension using flexbox and in two dimensions using the grid system.

Using CSS pseudo classes to perform translations, transitions, and animations.

Beginner JavaScript concepts such as defining variables, basic data types, looping, conditional logic, and writing functions.

Using the DOM (document object model) to access HTML elements within a JavaScript file to make web based applications.

We will work together to build 10 different website projects. I will give you all assets and the layout and ask you to create!

Not only will you learn the concepts but also the thought process of how to go through and design/build your own sites.

Description

I always wanted to learn the fundamentals of web development.  I’m drawn to how easy and quickly one can create visuals to be displayed within a web browser.  Coming from a background in Python where the vast majority of my learning took place in a terminal, web development seemed so enticing!

However, there was one glaring problem in my web development journey.  I began learning these basic concepts: what is an HTML tag, what is the CSS box model, how do I access HTML elements in JavaScript; all isolated, on an island, with absolutely zero idea how to wade through the thought process of actually putting them all together, designing, and building a website.

I felt overwhelmed and lost.  Sure, I thought I had the technical know-how and ability to make a website thanks to all of the tutorials that are out there.   However, these other tutorials are lacking in one key area: How to tie the concepts together.  What I craved after learning a collection of new concepts was an example website to try and build.  I wanted a template, a challenge…”here is this site, now go see if you can build it.”  I wanted support so that if I struggled, I could see only what I needed to see and then be back on my way.  Lastly, I wanted an explanation of how all these seemingly isolated concepts came together and worked together to create the final product of the website.  I’ve worked really hard to try to give you that experience that I wanted so badly, here in this course.

Over these 10 sections I spend time first introducing various concepts.  We discuss key ideas, syntax, and how to implement various HTML, CSS, and JavaScript concepts.  Then, at the end of each section I challenge you to recreate a website I have built using your knowledge up to that point in the course.  I give you all the assets, the color schemes, and walk through the thought process of what the website should look like and do.  Then, I leave it up to you to recreate it….or I challenge you to make something all on your own.  Lastly, I go through step by step how I built my sites, what design choices I made, and how and why I made them.


Get Instant Notification of New Courses on our Telegram channel.


We will cover the following HTML topics:

  • Heading and paragraph tags
  • Formatting text with various styling tags
  • List and Table tags
  • Tag Attributes
  • Anchor Tags
  • Image Tags
  • Various Input Tags
  • Form Tags
  • Proper HTML structure
  • Block Level and Inline Elements
  • Divs and Spans
  • Semantic HTML Elements

We will cover the following CSS topics:

  • CSS Styling Rules
  • CSS Selector Methods
  • Element Width and Size
  • Defining Color
  • The Box Model
  • Styling Text
  • Styling Lists and Tables
  • Various Display Values (block, inline, inline-block)
  • Flexbox
  • Grid
  • Pseudo Classes
  • Transforms
  • Transitions
  • Animations

We will cover the following JavaScript topics:

  • Declaring Variables
  • Various Data Types
  • Working With Arrays
  • For Loops and While Loops
  • Conditional Statements and Switch Cases
  • Writing Functions
  • Document Object Model
  • getElementById()
  • querySelector()
  • JavaScript Events
  • Getting values from Input Fields
  • Getting Values From HTML Forms

Each unit is sequential so the content we cover in unit 1 is still used in unit 10.  This provides great scaffolding allowing you to really hone your skills and understanding of the material.  I hope that by the end of this course you feel that each unit, each video, and each final project are of value and that you are well equipped to come up with a design idea and implement it using HTML, CSS, and JavaScript alone!

English
language

Content

Introduction

Introduction
Installing VS Code
Helpful Sites
Attribution for All Resources
Download All Starter and Completed Files for the Course

Basic HTML Tags

Headings and Paragraphs
Formatting Text with Tags
Organizing Text with Lists
Organizing Text with Tables
About Me Project Preview
About Me Project

Advanced HTML Tags

Understanding Attributes
Anchor Tags
Image Tags
Interactive Tags
Forms
Collectors Project Preview
Collectors Project Part 1
Collectors Project Part 2

Organized HTML

Proper HTML Structure
Block Level Elements
Inline Elements
Div Tags
Span Tags
Organized Collectors Preview
Organized Collectors Project Part 1
Organized Collectors Project Part 2

Semantic HTML

Header, Main, and Footer
Nav, Article, and Section
Final HTML Project Preview
Final HTML Project Part 1
Final HTML Project Part 2
Final HTML Project Part 3

CSS Basics

Writing CSS Rules
CSS Selectors
Defining Element Width
Defining Font Size
Defining Color
Store Front Preview
Store Front Project Part 1
Store Front Project Part 2

CSS Styling Elements

The Box Model
Styling Text
Styling Lists and Tables
The Display Property: Block Values
The Display Property: Inline Values
Store Front Two Preview
Store Front Two Project Part 1
Store Front Two Project Part 2
Store Front Two Project Part 3

CSS Layout Systems

Flexbox Basics
Using Flexbox with HTML Elements
Grid Basics
Using Grid with HTML Elements
Search Engine Preview
Search Engine Project Part 1
Search Engine Project Part 2
Search Engine Project Part 3
Debugging an Issue

CSS Transitions and Animations

Pseudo Classes
CSS Transforms
CSS Transitions
CSS Animations
Final CSS Project Preview
Final CSS Project Part 1
Final CSS Project Part 2
Final CSS Project Part 3
Final CSS Project Part 4

JavaScript Basics

JavaScript Variables: let, var, and const
JavaScript Data Types
For and While Loops
Conditional Statements
Functions
Guess The Number Preview
Guess The Number Project

JavaScript – Working with the DOM

Using getElementById()
Using querySelector()
Processing Events
Getting Input Values Part 1
Getting Input Values Part 2
Getting Values From Forms
Final Project Preview
Final Project Part 1
Final Project Part 2
Final Project Part 3
Final Project Part 4
Final Project Part 5
Final Project Part 6