KalAajKal.com :: Home Page  
Articles Quotations Lyrics Recipes Info               
Bookmark this Site  Set it as your HomePage                       
 
 
 Article Categories

  Animals articles  Animals
  Automobiles articles  Automobiles
  Business articles  Business
  Career articles  Career
  Computers articles  Computers
  Computer Programming articles  Computer Programming
  Entertainment articles  Entertainment
  Environment articles  Environment
  Family articles  Family
  Food articles  Food
  Health & Medical articles  Health & Medical
  Home & Garden articles  Home & Garden
  Humor articles  Humor
  Internet Marketing articles  Internet Marketing
  Legal articles  Legal
  Leisure & Recreation articles  Leisure & Recreation
  Marketing articles  Marketing
  Other articles  Other
  Politics articles  Politics
  Religion articles  Religion
  Sports articles  Sports
  Technology & Science articles  Technology & Science
  Travel articles  Travel
  Writing articles  Writing
  Finance articles  Finance
  Internet Business articles  Internet Business
  Communications articles  Communications
  Advice articles  Advice
  Self Improvement articles  Self Improvement
  Fashion articles  Fashion
  Reference & Education articles  Reference & Education
 
 
   


   
   
Categories :: Computers : Personal Tech Articles
 


 

Category :: Personal Tech Author :: Dean Walden 
 
 Article Title :: Getting Started with HTML
 

The basic language of the internet is html. If you can do crossword puzzles, if you can write a report for your teacher or boss, you can be creating web pages in a matter of minutes.

Even if you're not a writer or not a 'techie'. It's sort of like your first date. Terrifying to think about, but not nearly as bad as you thought when it's over.

The truth is that you can create your first webpage with just eight words enclosed in symbols.That's right! The following words, with each enclosed in symbols, make a complete usable web page.

-------------------------------------------

html

head

title

/title

/head

body

don't enclose this one, it's your content- hi (:

/body

/html

------------------------------------------

If you copy what's between the dashed lines above, open notepad,paste it into a page, enclose each word in symbols and save it as anyname.htm, you can open your web browser and load it just like any other web page or double click on it and it should load automatically.

Now, that wasn't as bad as you thought, was it? All you need now is to learn some more of those words enclosed in symbols and you'll be a pro.

Those words such as html, head, /head and /html (when enclosed in brackets like these ) are called tags, for instance and . The ones such as html and head are called start tags and the ones with this symbol / such as /html and /head are called end tags.

What you see in the web browser is what you put between the body and /body tags. You could type an entire report or letter without knowing any more than you do now.

If you learn just two more tags you can create links and use images in your web pages. Also, and nearly as important, you could be making changes in web pages that you may own already.

LINKS-

The html below will put a link to Google on your web page when a symbol is placed after the second quote and the /a symbol .

---------------------------------------------

a href="http://www.google.com" google /a

---------------------------------------------

To put the link on the web page you created above just copy the line between the dashed lines above and paste it between the body and /body tags and save it. Then load it or double click it as before.

The tag used for links is the a tag and it's counterpart the /a tag. As you can see there is a little more to this tag. In the tag you add the webpage that the link will load into your browser.

IMAGES-

If you want an image on your web page use the html tag below and place a at the end.

--------------------------------------------

img src="a:mypicture.jpg"

--------------------------------------------

This is set up to put an image called mypicture.jpg (located on the floppy disc in drive a:) on a web page.

Again if you just copy this (replacing 'mypicture.jpg' with the name of your image) and paste it between the body tags the picture will appear in the browser window. (by the way if you make changes to the web page then save the changes, you need to click the refresh button on the browser to see the changes in the browser window.)

Of course, there is also a lot more to html (It doesn't get too complex until you start making tables). In fact complete books (many of them) have been written on the subject, but if you look at the html for most web pages you will find less than ten different tags, including the ones above.

Well, that's enough to get you started. If you'd like to learn more just send an email to morehtml@voltsearch.com. I hope this has been helpful and encouraging.

------------------------------

the author is webmaster of freewebbook.com.

Copyright 2004 Dean Walden

About The Author

I'm an internet veteran since 1994 with skills in programming, css, html, java and publish love poems to 1500 subscribers. The password to my site at this time is password.

 
More Personal Tech Articles 
 
 

Content that published and provided on this web site is for informational purposes only. We accept no responsibility for any loss, damages or inconvenience sustained by any person or authority resulting from information published on this web site. We encourage and request you to verify any critical information with the relevant authorities.

   
  Articles  |  Lyrics  |  Quotations  Facts  |  Plants  |  Names  |  Biography  |  Jokes  |  Recipes 
   
Copyright © 2007  KalAajKal.com.  All Rights Reserved.