![]() |
![]() |
![]() |
![]() |
![]() |
||||
[HTML][JavaScript][Computer Stuff][Freeing the Mind]
Tutorial Pages;
When you click to a page on the Internet, such as this one, you see a document which may look like those made using a word processor or a desk top publishing program. However, documents on the web might have been created using a simple text editor.
Unlike word processors and desk top publishing, the web page author writes instructions called tags which tell the browser how to read the document. Really this is much the same as using a word processor. The other difference is that all the files are saved with an HTML or HTM file extension. For example, MyHomePage.htm.
It may not be essential to learn HTML when clever editors can write it for you. Even standard word processor software can write HTML. However, just as calculators can do arithmetic, if we didn't understand arithmetic we'd sometimes end up with and accept some silly answers. Similarly, WYSYWIG (What you see is what you get - sometimes!) HTML editors will write the code for you, but they sometimes mess you about, and change code, and wind you up creating effects that you never intended! I often use FrontPage, but although it is one of the best, it never seems to do just what I want for some applications. I just as often use jsEditor, because it gives me a lot more control. It would be silly not to use the tools which make our job easier, but we should not be a slave to them. We can only master the tools for HTML by learning a bit about it! I think that understanding HTML is essential, but that is just my opinion.
Tags are always placed between the less than, <, and greater than, >, symbols; <A Tag>. The first tag on the page is the HTML tag which tells the browser that the document is HTML;
<HTML>
The last tag on the page is the end HTML tag, which tells the browser that the HTML bit has finished;
</HTML>
Did you notice the '/' bit which tells the browser that this is the end tag, not the start?
Most pages will start with these tags;
Did you notice more of the '/' bits to tell the browser you had finished certain parts, such as the title and the head? And by the way, the text in the title tags is shown at the top of the browser, and not as a title in your page. We will deal with all of these tags later, but at the moment just accept that they are needed.
Click here to view the basic page. However, if you copy the code to an editor and save the file with an html or htm extension, and if you change it a bit, then you will learn this stuff much better and quicker!
The only thing you see on the page is the 'You write things here ... ' However, at the top of the browser you see what you have written in the title tags - 'My Home Page -'
Using the above you could go on and create a document for the web. Just copy it and write your stuff. But it wouldn't be very interesting because the all the text would be the same size! Let's look at headings!
[home][contents][on to: Headings]
HTML: The Definitive
Guide by Chuck Musciano, Bill Kennedy, Mike Loukides (Editor) Packed with examples, this book will take you on to be an HTML expert. Beginners who wish to be proficient, and experienced users, especially, will find this book helpful. It is an up-to-date coverage of the language and give information on good style, and good presentations for various purposes. Click the picture to order or get further information from Amazon.com Or from Amazon.co.uk for Europe.
|
For those beginning HTML, I recommend Dummies 101®: HTML 4 by Deborah S. Ray, Eric J. Ray, Dawn Erdos. I used an earlier version of this book to learn HTML and I found it set me up very well. Or here for amazon.co.uk.For HTML101 in the UK and Europe. |
Most Recent Revision: 18-Oct-98.
Copyright © 1998 Ken J
Ward
I am always pleased to hear from you.
Send your comments to Ken
Ward
and please visit: The New Life Course