will be at the end of your document. The next tags will be your start Title tag
and your end Title tag . The title of your document will go in between these two tags. The title will show up in the title bar on your browser when you are looking at the page in normal view.
The following are some tags for Headings (there are 6 heading commands) and Font size (there are 12 font size commands):
This is Heading 1
– H1 is the largest heading
This is Heading 6
- H6 is the smallest heading
So, by using H1 through H6 you can change the size of your heading. Same applies to your font size. You will use
through and don’t forget your end tags!
You may notice that your text always starts at the left of the page. If you want your text to start in the center or to the right you will need to specify where you want your text to start. Here are some examples of aligning text:
Center this Text! - your text will be centered on the page.
To align to the right you need to set the text as a paragraph unto itself by using the
tag and adding an attribute to it.
Text here will align on the right of the page
Why did I put an end tag since the paragraph command does not require an end tag (remember exceptions to the rule?) Anytime you use an attribute tag, as in the above example, you will need to have an end tag, whether you’re using the paragraph command
or the return command
. Using the
or
command by itself does not require an end tag, but if you are adding an attribute then an end tag must be used.
Adding an image to your page would require the following tag:
-you would replace “image.jpg” with your own image file. IMG stand for image and SRC stand for source. You’re telling your browser where to find your image file. Your image file could have a gif, jpg, or a bmp association.
Ok now let’s get a little more complicated and create a hyperlink on your document. This creates blue underlined words on the page that someone can click on and go to another location. An example is you’re creating a link to another website.
Myhomepage - this is what in looks like in HTML code. Note you are adding a description of the link that will be underlined, see the example below.
Myhomepage – what it looks like in normal view. When someone clicks on this link they would be taken to that particular page. I just used Myhomepage as an example.
This is a very important HTML format for when you need to add links onto your webpage. You may already know or will learn that reciprocal linking is very important in promoting your website and obtaining a higher pagerank with the search engines. Sometimes the HTML code is provided for you and all you have to do is “copy and paste” the code into your webpage. Often it is not, so you have to figure out how to put the information into HTML code yourself. Just learning this HTML command has been a timesaver for me.
I hope this article has helped you learn some basic HTML and how it can benefit you. I know, I know there are HTML text editors out there you can use and they can do all of this for you. I have used a couple myself, but I still like to know how to do things on my own. I bet you do too! Sometimes it’s just faster and easier to do it yourself.
I’ve just given you some very basic formats in using HTML, but you can find a lot more resources and information about learning HTML on the internet. Just do a search and I’m sure you will be overwhelmed at what’s out there.
About the Author
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Debra Hamer is the owner of the http://profitfromhomebiz.com website where you can find lots of tips, tools and resources for starting your own work at home business. Visit her PlugInProfitSite at http://www.pluginprofitsite.com/main-4256 to have your own website setup and ready to go within 24 hours,
complete with everything you need to start making a profit.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~