![]() ![]() |
|
|
|
Web Design 101Lesson 1The name of this tutorial is Web Design 101, but it could have been called HTML 101. HTML which stands for Hyper Text Markup Language is the code that we're going to type onto the blank Notepad page that we opened. The code is what the web browser reads to display exactly what we tell it to display. Tags: HTML coding is not difficult. It is written using tags. Tags are commands that are written in between the less than < and greater than > signs. There are open tags and close tags. A close tag is the same as an open tag but contains a back slash / right after the less than symbol. Example of tags:
Before we dive into coding, you should know that there are four tags included in every html document. They are HTML, Head, Title and Body.
Now that I've totally confused you, maybe it's better to try it. You'll understand it better. Let's go over to that blank Notepad page that we opened in the introduction and do some typing. Type the same text as I've typed below:
Saving our File: Now, let's save our Notepad document as: index.htm into your storage shed as follows:
Viewing our Web Page Now open your storage shed and then double click on the only file that's in there which should be index.htm. This is what you should see:
See how the title displays at the top of the page? That wasn't hard was it? Congratulations! You've created your first webpage. Now that the basics are out of the way, it gets easier. If you want to spruce it up a bit, let's go on to Lesson 2.
Last Modified: Tuesday, 26-May-2009 08:13:35 CDT | |||||
Custom Search
|
| ||||
|
| |||||