Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Welcome to the TechnoWorldInc! Community!
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » HTML
 HTML: A Beginners Guide
Pages: [1]   Go Down
  Print  
Author Topic: HTML: A Beginners Guide  (Read 966 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
HTML: A Beginners Guide
« Posted: September 26, 2007, 02:11:56 PM »




HTML is made up of tags, which are recognised by computers. The starting tag is always <html> and the end tag is </html>. In between goes everything else. Notice the / in the end tag, this signals the end of the html.

When writing text you can choose the alignment of the text by using
, <left> or <right> and again once the text is written you end with
, </left> and </right>. To choose font you use the following tag, <font face="verdana"> (or whatever face font you choose - Verdana is the most easily read on the internet). Then you would end with </font>.

If I were to write 'My name is Oliver' in html with a verdana font with a centre alignment I would write the following:

<html>
<font face="verdana">My name is Oliver</font>
</html>

Notice that the font end tag comes first and then the center end tag last.

Html doesn't understand the enter key, which would normally create 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 you to another web page. These are very useful and are used widely on the internet. Hyperlinks appear blue and underlined on a web page.

Hyperlink tags are the following:

< a>in this case.

You can also have links that allow people to email you directly from the click of a button. You could have something like "Click HERE 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, enough to write a paragraph or two. When I first started to learn html I 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 one hour I went from not even knowing what html stood for to being able to write whole web pages and that is no joke!

This software is really that good and will have you writing in html within the hour!

To learn how to get this software copy and paste the following link 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 of some help.

Oliver Peck TheNo1ResourcePage.com

Articles Source - Free Articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.145 seconds with 24 queries.