![]() ![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Typical questions visitors ask:
![]() Commands? Huh? Tags are commands in a HTML document. Commands give certain features to items. For example, they make text bold and link-able. One job they can not do is work without a "<" and a ">". Inside these, are the commands and attributes that create the features you see on every Web page. A major point: many tags must be closed off with a "</tag>," where "tag" is the command. See the following examples.
![]() ![]() There are versions of HTML?! There are four versions of HTML, to my knowledge. The difference? They all handle features differently, and newer versions have more features. The following tags should be written in the first line of a blank HTML document. All other tags should be written after.
![]() ![]() What's the "HTML" tag? No matter what page, or what browser you have, you probably cannot view any page without an "<HTML>" tag. There are no attributes to give to this tag. For the sake of viewers who may still have old browsers, use it. Please feel free to view the source code of this page to see the placement of the HTML tags. ![]() ![]() What are the "HEAD," "META," and "BODY" tags? For many World Wide Web pages, HEAD and BODY tags are needed. The HEAD tag usually contains the title of the page and possibly any scripting (JavaScript, for exapmple). If you view the sources of some pages, you can see a "META" tag. Do not worry too much about these. Most of the time, they are used for creating slide-shows and keywords for an "inter-site" search engine (like Yahoo!). The BODY tag holds information about the background, font color, and link color. Here are some useful attributes:
Please feel free to view this page's source code to see how these tags are being used. Also, check out the Color Table page to see more colors. ![]() ![]() How do I make tables? You have seen them all over the site, and you are probably wondering how I made them. It is not too difficult.
![]() ![]() How do I link pages? Ah yes! This is what makes web surfer's surf the web! Making links should be known by every HTML writer. A link is something the user (visitor) clicks to go to a different part of one page, or a different page altogether. There are many different types of links. Icons, buttons, and image maps - the latter is covered in the CGI and forms section of HTML Hell 2. To make a basic link, find the address you want, and insert it into the following tag.
![]() ![]() How do I add horizontal rules and line breaks? Horizontal rules are a great way to keep your page neat and organized. You can make them any height (1-8 pixels) and make them any width (measure in "%" or pixel width). Very simple. All <HR> tags do not use a closing </HR> tag. Also, <HR> tags include a line-break, so do not add any (unless you desire them). Be creative and make some designs [ie- a pyramid]. When it comes to separating text into paragraphs, you can do this three ways. One is to use a horizontal rule between paragraphs. Another is to use line breaks. The third is to use the <P></P> tags (which can be aligned left, center, or right).
![]() ![]() How do I make lists? Lists are a good way to organise items on a page. Use them to group up your links as I have done up top! There are two basic types of lists, unordered and ordered. Unordered lists work on circles, dots, and squares. Ordered lists can work using numerals (both Roman and Arabic) and letters (both capital and lower-case).
![]() ![]() How do I put in images? Images make a page attractive! They're easy to put in a page. (If you want to put an image in a background, see this section of this page.) The VSPACE sets the number of pixles on top and bottom of the image. HSPACE clears x-number of pixles on both sides of the image. "ALT" gives alternate text in case the image cannot be seen. "ALIGN" is used to tell the browser on which side of the image to wrap the text (and how to align it with text). In the following example, please note that not all the attributes (ALT, VSPACE, HEIGHT, etc.) are not necessary. What is necessary is the "SRC" attribute.
"ALIGN" may be set to "texttop," "top," "middle," "absmiddle," "bottom," and "absbottom." These tell the browser where to put the image relative to the text on the same line. ![]() ![]() How do I change fonts? To tell you the truth, there is way too much to tell you on one section. If you have not seen it already, browse the Text Tricks page. ![]() ![]() ![]() page info © 2001, m. tartàglia |