HTML and CSS

Teach Yourself at HOME

About This Course

Materials and Content:

This course comes with a course booklet, video explanations and code for every exercise.

Category: Web Development | Contents: Getting Set Up, Formatting, Comments, Lists, Tables, Images, Links, Video and Audio, DOM, Setting Up the Document, IDs and Classes, Pseudo-Classes & Relationships

 
Student HTML and CSS Course.png

About

This course is designed to give you an overview of the HTML and CSS markup and styling languages. You will lean the basic structure of a webpage and how to add links, images, text and more. You will also learn the basics of how to style a website with CSS. You will add color, position content, learn fonts, and more. Discover the languages behind every website you see.

Requirements

You will need access to a computer and a text editor within which to write HTML and CSS. Text editors come with most computers and there are numerous ones which can be downloaded for free. They are a great idea to become familiar with because professionals use text editors, or integrated development environments (IDEs), to write their code. We discuss ways to download them in Chapter 1.

Student HTML and CSS Course Sitting on Scene 2.png

Time and Prerequisites

This course is intended for anyone who is able to navigate a course on their own and has common computer skills (i.e., typing, etc.).

There are no prerequisites for this course and it should take about 20 - 24 hours to complete.

 

Requirements: A computer and a text editor | Time: 20 - 24 hours | Prerequisites: None |

 

Syllabus

HTML: A Beginner’s Course

  1. Getting Ready to Write HTML

  2. Formatting Your Text

  3. Comments

  4. Creating Lists

  5. Creating Tables

  6. Adding Images

  7. Displaying Links

  8. Adding Video and Audio

  9. DOM and Final Thoughts

CSS: Next Steps

  1. How Do I Add Style to My Website?

  2. Setting Up the Document

  3. IDs and Classes

  4. Borders, Colors, Fonts & Boxes

  5. Pseudo-Classes & Relationships

  6. Let’s Style Everything Else