Overview of Class Topics
This page gives a general overview of the topics that we will cover. [view Topics Overview page]
Foundational Topics
HTML
When making your web site you need to create HTML that matches your wireframe diagrams. Perhaps the biggest lesson here is to make sure to …
This is a link to some outside resources on HTML.
HTML Essential Training
View Course (LinkedIn Learning sign on required)This is a LinkedIn Learning Course by Jen …
This is a series of videos I made showing the fundamentals of HTML and how to write it.
HTML Fundamentals Part 1
This covers the basics …
This is an interactive site that helps you to view the different types of HTML elements. Clicking on the buttons on the top filters the …
CSS
Images are by default inline elements that are a certain size and will take up that space on your web site.
For responsive web design …
10 modern layouts in 1 line of CSS
by Una Kravets
In this article and related resources Una shows how to create modern layouts with just a …
Here are some places where you can find out more about CSS Syntax, Selectors, Properties and Values.
Mozilla Developers Network: MDN
This site sets the standard as …
JavaScript
You can view the full resources on the JavaScript Page. Below are the most recent posts about JavaScript.
WHAT
Short for JavaScript Object Notation it is a data file for JavaScript programming that allows for data to be saved and exchanged. It’s written in …
These are some resources to help you got started with JavaScript
LinkedIn Learning JavaScript Collection
These three collections of videos are an introduction to JavaScript from what …