SEO Software
+ Reply to Thread
Results 1 to 10 of 10

Thread: Getting started with HTML

  1. #1

    Default Getting started with HTML

    Hi friends,
    This is a short introduction to writing HTML. What is HTML? It is a special kind of text document that is used by Web browsers to present text and graphics. The text includes markup tags such as <p> to indicate the start of a paragraph, and </p> to indicate the end of a paragraph. HTML documents are often refered to as "Web pages". The browser retrieves Web pages from Web servers that thanks to the Internet, can be pretty much anywhere in World.

    Many people still write HTML by hand using tools such as NotePad on Windows, or TextEdit on the Mac. This guide will get you up and running. Even if you don't intend to edit HTML directly and instead plan to use an HTML editor such as Netscape Composer, or W3C's Amaya, this guide will enable you to understand enough to make better use of such tools and how to make your HTML documents accessible on a wide range of browsers. Once you are comfortable with the basics of authoring HTML, you may want to learn how to add a touch of style using CSS, and to go on to try out features covered in my page on advanced HTML

    p.s. a good way to learn is to look at how other people have coded their html pages. To do this, click on the "View" menu and then on "Source". On some browsers, you instead need to click on the "File" menu and then on "View Source". Try it with this page to see how I have applied the ideas I explain below. You will find yourself developing a critical eye as many pages look rather a mess under the hood!

    For Mac users, before you can save a file with the ".html" extension, you will need to ensure that your document is formatted as plain text. For TextEdit, you can set this with the "Format" menu's "Make Plain Text" option.

    This page will teach you how to:

    * start with a title
    * add headings and paragraphs
    * add emphasis to your text
    * add images
    * add links to other pages
    * use various kinds of lists
    Thanks & regards,
    Lokananth
    Live Chat Software By miOOt


  2. SEO Software

  3. #2
    Fulltime Member Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan's Avatar
    Join Date
    Jan 2009
    Location
    Ayr. Scotland
    Posts
    766
    Thanks
    26
    Thanked 62 Times in 57 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by gilbertsavier View Post
    This guide will get you up and running. Even if you don't intend to edit HTML directly and instead plan to use an HTML editor such as Netscape Composer,
    Netscape composer? This hasn't been around now for quite a few years. The guide you refer to must bea few years old.

    If you are copying this then I suggest that you check the copyright of the guide IMMEDIATELY.


    Seen a good post - give some reputation
    Keeping the forum clean - SPAMMERS BEWARE!!

  4. #3
    Junior Member alibaba-clone is on a distinguished road alibaba-clone's Avatar
    Join Date
    Dec 2009
    Location
    Johannesburg, South Africa
    Posts
    92
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    for beginners w3schools website is very good. you can learn html, javascript, php and many more things on that website.

  5. #4

    Default

    exactly ...refer w3schools .. it will provide every information..

    you can also refer tizag ...for learning php html, css

  6. #5

    Default thank

    thaks for the short tutorial. i adise all to visit w3schools dot com for html tutorials and on other web designing languages too

  7. #6
    Junior Member alibaba-clone is on a distinguished road alibaba-clone's Avatar
    Join Date
    Dec 2009
    Location
    Johannesburg, South Africa
    Posts
    92
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    google is your friend.. just google html tutorials and you will find many more great stuff..

  8. #7

    Default

    Here is a quick tip: Be sure to keep images to a minimum and if used code them into the css page and not the html page as this will decrease loading times and make your website faster.

  9. #8

    Default

    for beginners w3schools website is real beneficial. you can discover html, javascript, php and lots more matters on that website.

  10. #9

    Default

    You can also get some good ebooks out there if your try to search it in internet.

  11. #10

    Default

    I would also suggest a beginner to use an online editor such as easywebcontent.com. The reason I say this is so they can focus on the code rather than downloading and re-uploading files all day long

+ Reply to Thread

Similar Threads

  1. PSD to HTML
    By nikon in forum HTML & CSS Help
    Replies: 17
    Last Post: 09-14-2010, 08:51 PM
  2. How I started of Making Money Online
    By learn2earn in forum Internet Marketing Forum
    Replies: 59
    Last Post: 03-14-2010, 11:22 AM
  3. html img tag
    By hiren_mehta007 in forum Design and Development
    Replies: 2
    Last Post: 06-19-2009, 09:05 AM
  4. How to get started with Yahoo Publishing Network
    By learn2earn in forum YPN - Yahoo Publisher Network
    Replies: 0
    Last Post: 01-19-2009, 09:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts