Dream Host Link

BASIC HTML COURSE (For non Web developers)

AKA: HTML for COBOL / VB programmers

Or for non programmers at all

By: Marcos Ricardo

Email Button Image

No CSS here, just Basic HTML


Is this Course for me?

This is a very Basic level, HTML course. It is not my goal to deal with anything else but pure HTML here.

Some people may say I'm doing it wrong (in fact they already did), because
"everybody" knows we don't format page content using HTML "style" tag,
"everybody" knows we don't use tables the way I show here anymore,
"everybody" knows we don't even use frames anymore,
"everybody" knows we split content (HTML) from formatting (CSS) now.

But... If you don't know what I'm talking about, and just want to know how this "web stuff" works and learn the basics on how to create and deal with every aspect of a web page, having some fun in the process.

This course fit your needs.


How the course works?

Following the pages in the right menu, in the suggested order, you will be presented to the basic HTML aspects.

Each topic is full of examples, followed by a "THE CODE" section where you can see the code used to get what is presented in "THE RESULTS" section

That way, all you need to do is: Read the text, Understand it, see the code used, see the results, and more important: copy the code, create your own sample pages, change it a bit, and make your own experiments.

It is a kind of DIY course, I only show you the tools, the path, and a way to make your first steps easier.

It is far from beeing your last experience on web development. Just the opposite. Here you can find some basic concepts and techniques you need to know, but not necessarily will keep using them in the near future.


About (X)HTML specification

Many of the criticism regarding this course content comes from the fact that it doesn't care much about the formal W3C specifications.

Here is all you need to start and will be using during the course:

 <!DOCTYPE HTML PUBLIC 
    "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
   <head>
     <title>Page title goes here</title>
   </head> 
   <body> 
     <p>Page Content goes here!</p>
   </body> 
 </html>

Only after this course completion, you are suppose to give attention on making your pages valid against W3C Specification.

In the last course topic "HTML Course Final Words", you can have more information on doing this.



Trainer On Rails
Friendly Rails Programming
Creative Commons Attribution Noncommercial Share Alike 3.0 Unported License 2009-2010 - Page Updated: July 24th, 2010 This page uses HTML

Powered by: MarcRic icon Hosted by: DreamHost icon