|
|||||||||
![]() |
HTML - IntroductionHTML is the language of the Net. HTML can accomplish only two things: tell your browser how and where to display text and images. "Where" refers to where it places the object on the page and "How" refers to the formatting. Formatting can be anything from color to size to style (font, bold, italic). HTML is easier than you might think. HTML is mostly in English, but with a few special characters. Basically, an HTML page is all text, enclosed by tags. A tag is simply an abbreviation inside two angle brackets. As you can see, a "paragraph" actually consists of two tags. Namely, Here's an example of properly coded paragraphs:
You might have noticed that I used my own code from above for the example. Well, there's another way you can see my code. And anybody else's for that matter. Just go to any Web page and "View Source". In the Interent Explorer menu bar it's: View and then Source. For Netscape it's: View and then Page Source. In fact, many of my collegues and I used this technique to learn HTML. HTML is not copyrighted, so feel free to look at other people's interesting code and use it yourself. Warning: Code may not be copyrighted, but the text/content may be. Use other people's content only with permission. Before we move on, below is an example of a fully coded HTML document:
This page would display as:
You need everything in that sample document for all of your Web pages, except for the bolded paragraph. All you have to do is to put your content inside the PracticeNow you're ready to move on to Basic Formatting. Introduction | Basic Formatting | Images | Linking
|
|
|||||||