|
HTML: A Beginners Guide
|
By Oliver George William Peck
[Hits: 4575]
|
|
Title: HTML: A Beginners Guide
Author: Oliver Peck
Article: HTML, otherwise known as Hyper Text Mark-up Language,is the language of the internet. It can be used to create allkinds of web pages and designs but can be very complicated tounderstand. This article will explain the very basics of usingHTML.
HTML is made up of tags, which are recognised by computers. Thestarting tag is always and the end tag is . Inbetween goes everything else. Notice the / in the end tag, thissignals the end of the html.
When writing text you can choose the alignment of the text byusing , or and again once the text iswritten you end with , and . To choosefont you use the following tag, (orwhatever face font you choose - Verdana is the most easily readon the internet). Then you would end with .
If I were to write 'My name is Oliver' in html with a verdanafont with a centre alignment I would write the following:
My name isOliver
Notice that the font end tag comes first and then the centerend tag last.
Html doesn't understand the enter key, which would normallycreate a sentence on a new line. To do this you need the tag.Anything you type after this will appear on the line below.
Hyperlinks are links that when you click on them will take youto another web page. These are very useful and are used widelyon the internet. Hyperlinks appear blue and underlined on a webpage.
Hyperlink tags are the following:
Click HERE to visitGoogle.com
This link would say "Click HERE to visit Google.com" and onclicking on it would take you to google.com homepage. You caninclude any words you like such as "Click here" or "VisitGoogle". Any web URL can be placed in the tag also. Notice theend tag is simply in this case.
You can also have links that allow people to email you directlyfrom the click of a button. You could have something like "ClickHERE to send me an email" or "Any questions, contact us HERE",or whatever you choose.
The tag in this case is this:
Click HERE to email me
Again, notice the end tag is simply .
This article explains some of the very basics of html, enoughto write a paragraph or two. When I first started to learn htmlI was very quickly confused and had no idea what I was doing!One product I highly recommend is One Hour HTML.
I used this software and I was completely blown away! Within onehour I went from not even knowing what html stood for to beingable to write whole web pages and that is no joke!
This software is really that good and will have you writing inhtml within the hour!
To learn how to get this software copy and paste the followinglink into your browser and it will take you right there:http://ollie24.e14050912.hop.clickbank.net
Thank you for reading this article and I hope it has been ofsome help.
Oliver Peck TheNo1ResourcePage.com
|
|
|
|
|
|