Learn the basics and build a website in this FREE introductory mini course
HTML, CSS, and JavaScript in 1 Hour

In this FREE one hour course, you will learn the fundamentals of HTML, CSS, and JavaScript. Are you someone who is interested in learning how to code, but don’t know where to start? Are you looking to switch to a better paying career in tech? Do you want to gain the ability to design your own websites? If so, then enroll in this online course and be prepared for a very useful introduction to the world of web development.
The only requirements for this course is a laptop/computer with a connection to the internet. We recommend that you also grab your favorite beverage and set aside a free afternoon to learn.
Here is what covered in this course:
Section 1: Intro
- Introduction to the three main technologies of the web
- What we will be building: a single page website
- Downloading and installing the text editor
Section 2: HTML
- Learn what HTML tags are, and which are the most commonly used tags
- Create the structure of our webpage using HTML
- Change the fonts on our webpage with a tool called Font Awesome
Section 3: CSS
- Learn how we can change the color, borders, etc. with CSS
- Add a CSS stylesheet and link it to our HTML file
- Change the colors and other styles of our webpage
Section 4: JavaScript
- Learn what JavaScript is and why it has become such a powerful programming language
- Learn basic JavaScript concepts, such as arrays and functions
- Link a script file to our HTML file
- Use JavaScript to create a simple animation effect for our website