|
![]() Basic HTML - Hyper Text Markup Language(The brain damage that makes the web work behind the scenes.) HTML is a simple markup language. Just the same as when you use your word processor, Microsoft Word, Word Perfect, or other program, you want the words to be bold, italics or different colors. We also want some words to be hyperlinks (also called 'links' or URLs) that are gateways to other useful documents like this one.
In order to tell your web browser that you want the words, or text, to be treated in special way you need to use an HTML 'tag'.
< less than
These are the special charecters that we use to tell the browser when to pay attention for special formatting. Without both the open and close alligator charecters (Don't they look like alligators?) The browser will just dump this text onto the web page like everything else.> greater than
If I want to bold some text I surround the text with these tags.
<b> text </b> The first bold tag starts the bold formatting, the second bold tag stops the bold formatting. With out the / slash in the close/end bold tag the whole rest of the page would be bolded. If we an italics we do this.
<i> text </i> We create different colored text like this.
<font color="red" face="arial"> text </font>
The start font tag tells us that we want to change how the text will appear, what color and even what face to use. You might know these font faces. We also need line breaks, or carriage returns. Otherwise the text will just run together and look strange.
<br> Lastly, let's look at how an Anchor tag (hyperlink, link or URL) works.
<a href="http://www.agenthelper.net/seminar.html">Agenthelper - Marketing and Technology Experts in Columbus, Ohio</a> We can see that the alligator starts the open Anchor tag, we specify where the other resource or webpage is and then we close the Anchor tag. We are also using an Absolute URL, stating exactly where the document is. You don't always have to use the domain name in the link, but it a good habit to have. I am pretty sure MSN prefers absolute URLS for some reason. This can be helpful later, and also avoid embaressing mis-links. |
|
Check out MarthaHunleyRealtor.com for a sample of our AgentSite Product. |
|
|
|
|
|
|
|
|
| * Pricing does not include domain name registration |