HTML Tutorials on Papershredder

HTML

Introduction

Just like applications, web sites have source code. It's called HTML, (short for Hyper Text Markup Language) and consists of tags such made with angle brackets such as this - <tag> and a closing tag such as this - </tag>. HTML only gives guidelines on how to display a page, how it appears in the browser is up to the browser's programmers.

To start, go to Lesson One.