Manuscript for HTML Tutorial #2
Listed below is the manuscript of all textual instructions used in HTML Tutorial #2 - Starting a Web Page. Most of this text is displayed inside the yellow balloons used to guide viewers as they watch the lessons.
Students and instructors may find it helpful to have a hard copy of these balloon instructions. You may print this web page to use as an aide in following, referencing, or demonstrating the web design series.
Tutorial #2 - Starting Your Web Page in Windows® Notepad
- Lesson #2: Starting a Web Page. Click the play button to begin the tutorial.
- OK, you should have Notepad, or another type of plain text editor open on your computer.
- The first tag we will enter is <html>.
- Notice how a tag starts with a less-than symbol...
- ...and ends with a greater-than symbol.
- The element inside of the two symbols determines the purpose of the tag.
- This tag's purpose is to state that this will be an HTML document.
- HTML, which stands for HyperText Markup Language, is the standard method for structuring web pages.
- Now, most tags come in pairs, needing both an opening and a closing tag.
- So, we'll need to type in the closing </html> tag a little further down the page.
- Notice that the closing tag looks just like the opening tag, except we included a forward slash right here after the less-than symbol.
- Now, it really doesn't matter how much white space you leave between the two tags.
- Just make sure that your closing </html> tag is always the last thing listed in your document.
- All other tags, and content will be placed inside of the opening & closing html tags.
- OK, go ahead and type your html tags into your text editor, and then move on to Lesson #3.
Tutorial Home | HTML Tutorial | Terms of Service | Privacy Policy | Site Map
Copyright © 2000-08 VisualTutorials.com. All rights reserved.
