HTML Beginner's Guide - Introduction

HTML Beginner's Guide

This HTML Beginner's Guide assumes that you have no previous knowledge of HTML or CSS.

Once you have worked through the HTML Beginner's Guide, you should be ready for Beginning CSS.

The thing to keep in mind is that HTML and CSS are all about separating the content (HTML) and the presentation (CSS). HTML is nothing more than fancy structured content and the formatting of that content will come later when you learn CSS.

Separating content and presentation makes things a little more difficult in the beginning, but it pays off later.

Contents