See also: HTML Tutorial JavaScript Tutorial
After you have completed this tutorial, you will be able to read and understand the documentation on style-sheets published elsewhere. You will also have learned how to do the most useful things.
Download a zip of all of Ken's Tutorials (HTML, JavaScript and StyleSheets) for reading on your computer offline - KenTuts.zip [2.2 MB]
These lessons do not always use style sheets. They use inline styles. This is so several points can be illustrated on one page. The code used is usually in this form, using a div element:
<div style="Statements">
Written stuff.
</div>
The Statements will often contain a statement about the border, such as:
border: medium #00ff00 solid;
The border is to make the section look like a page!