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
- Getting Started - What you need to do to get going and make your first HTML page.
- Tags, Attributes and Elements - The stuff that makes up HTML.
- Page Titles - Titles. For Pages. Difficult to get your head around, I know...
- Paragraphs - Structuring your content with paragraphs.
- Headings - The six levels of headings.
- Lists - How to define ordered and unordered lists.
- Links - How to link things together.
- Images - Adding something a bit more than text...
- Tables - How to use tabular data.
- Forms - Text boxes and other user-input thingamajigs.
- Putting It All Together - Taking all of the above stuff and shoving it together. Sort of a recap thing.