|
|
|
Establish Yourself on the Internet - Create Your Site
at Ragabe's
If you're like me ( a computer nerd) you probaly have no inkling as to all those cute little abbreviations enclosed in < > (which for some inexplicable reason in HTML is written < >
respectively). Go figure.
That's the reason why I'm writing this mini-dictionary. Incidentally, if you want to submit others which I've not posted, feel free to do so. Contact me at
[email protected].
Bear in mind if you place three tags <A> <B> <C> at the opening,
the closing order for the tags will read <C> <B> <A>.
HTML Tags
| Opening Tag |
Closing Tag |
Description |
| <a href="location"> |
</a> |
Link to send browser to a location cited within quotes |
| <b> |
</b> |
Bold |
| <body> |
</body> |
Major area of document |
| <body background="location"> |
</body> |
Location of images used as background |
| <body bgcolor="hex #"> |
</body> |
Background color |
| <br> |
Break - go to next line |
| <center> |
</center> |
Center |
| <font size=n> |
</font> |
Font size |
| <head> |
</head> |
Internet information goes here ie; meta tags, keywords,etc. |
| <hy> |
</hy> |
Heading (H) (y)=size 1 to 6 |
| <hy align=center, left, right> |
</hy> |
Heading in center, left, right |
| <hr> |
Horizontal ruled line |
| <html> |
</html> |
First and last line of all HTML documents |
| <i> |
</i> |
Italics |
| <img src="location"> |
For adding images to document must be gif, jpg or jpeg |
| <li> |
</li> |
For making list items |
| <ol> |
</ol> |
For numbered lists |
| <p> |
Start a new paragraph |
| <sub> |
</sub> |
Subscript |
| <sup> |
</sup> |
Superscript |
| <title> |
</title> |
Title of your document which appears on top bar
not as part of your document |
| <u> |
</u> |
Underlined. Use this one sparingly, if at all, since underlining is usually associated with a link. Don't confuse your visitors. |
|
Special codes |
| |
non-breaking space |
| < |
< |
| > |
> |
| © |
© |
| ® |
® |
| ¢ |
¢ |
| " |
" |
| & |
& |
| ° |
° - degree sign |
Hope this proves helpful to you. Happy Coding!
Top of Page
© l998-2001
Day images (c) http://www.site-ations.com
Month images (c) http://www.bruce-hamilton.com
Free JavaScripts provided by The JavaScript Source
|