| Introduction to HTML 1: Introduction |
|
||||||
Welcome to Introduction to Web DesignThis is section #1 in a series of five that will introduce you to the very basics of HyperText Mark-up Language. I am assuming at the beginning of this tutorial that you know nothing about HTML. I am assuming, however, some computer knowledge. To continue with , you will need...
If you have those three things, you can write HTML with the best of them. Now here are a few questions you probably have: Q. I have a MAC (or PC) -- will this work on my computer? What is HTML?H-T-M-L are initials that stand for HyperText Markup Language and can be broken down as follows:
Beginning to WriteYou will write the HTML document in your text editor. When you are finished creating the HTML document, you'll then open the document in a browser, like Internet Explorer or Safari. The browser will interpret the HTML commands for you and display the Web page.You can use Web Design programs that require no knowledge of HTML. These are called WYSIWYG - What You See Is What You Get - editors. Although these are easier to use initially, you will loose creative control and the ability to fix anything outside of the program. Let's get into the programs you will use to write your HTML document. Keep this in mind: HTML documents must be text only. When you save an HTML document, you must save only the text, nothing else. The reason I am pushing NotePad, WordPad, and Simple Text is that they save in text-only format without your doing any additional work. They just do it. But, if you're like me, then you will want to start writing on a word processor, like WORD, or WordPerfect. Maybe you're just more comfortable on it. If so, read this next part carefully. The Text EditorWhen you create a web page with a text editor you will need to follow a few steps:
How To Name Your Document What you name your document is very important. You must first give your document a name and then add a suffix to it. That's the way everything works in HTML. You give a name and then a suffix. Follow this format to name your document:
Creating Your First HTML Document
Opening the Document in the BrowserOnce you have your HTML document on the floppy disc or your hard drive, you'll need to open it up in the browser as follows:
One More ThingIf you are going to start writing HTML, I suggest you make a point of learning to look at other authors' HTML pages. What I mean is for you to look at the HTML document a person wrote to present the page you are looking at. Don't look at the pretty page, look behind it at the HTML document.Let's say you run into a page that has a really neat layout, or a fancy text pattern, or a strange grouping of pictures. You'd like to know how to do it. It's kind of like when you see some landscaping you like, you're going to use the idea. Or if you see a room layout you like, you will use the idea to help yourself. That's the point of looking at another page's HTML document. Here's how you look at an HTML document (known as the "source code"):
It's not going to look recognizable right now, but by the end of the class, it'll be readable and you'll be able to find exactly how a certain HTML presentation was performed.
|
|||||||
| |
|||||||