This logo was generated with the trial version of The Logo Creator software
Want your banner to display here? Click here to learn how

"Honey, I'm Learning HTML!"

HTML stands for HyperText Markup Language. Besides ASCII text and links to images, sounds, videos, etc., it uses markup tags (so that they won't show up on your screen) to tell a brower how to present these things for you.

A HTML document is basically a text file. It can be transmitted throughout the internet without being corrupted. Also, because of the markup tags, codes which are not ASCII, such as different coding characters for various human languages, can also be transmitted and presented to the end viewer -- as long as the end viewer has the right system.

Note: A good place to learn HTML from scratch is HTMLGoodies.com. Joe Burns, a professor of HTML, makes it very easy to learn HTML using everyday English. He also has many online tutorials, showing you how to do simple things using good examples. He is funny, too :-)

OK, now the basics for HTML and handling of HTML files so that they display well on the internet and save a huge amount of time in the long run.

  1. Use correct path to image files - The most common error for a web page is that the images do not show up at all after being uploaded to a web server.

    This is an indication that you prepared the web page using a WYSIWYG editor such as Microsoft's FrontPage Express, Netscape's Composer, Dreamweaver, Ace HTML, etc. These and other similar editors sometime link to the image using a local computer path, e.g.

    <img src="C:\My Documents\mysite\images\1.jpg">

    rather than a correct relative path such as one of these (assuming you uploaded your image files into a folder called "images" in the document root):

    <img src="images/1.jpg">

    The following is a list of other incorrect paths to images:

    • <img src="public_html/images/1.jpg">
    • <img src="www/images/1.jpg">

    Another possibility is that the path is correct but some images' filenames ends with .JPG rather than .jpg (remember that names on unix server are CasEsenSiTive?)

  2. Make your file or folder names all in small letters. Some browsers or search engines may convert every letter to a lower case. Yes, it is strange.

  3. Always upload your HTML files in ASCII mode and image files in BINARY mode. Your images may not display properly if ASCII mode was used during uploading.

  4. Define character set if certain pages are not written in English. Use this tag within the <HEAD></HEAD> section of your HTML files to do the job:

    <meta http-equiv="Content-Type" content="text/html; charset=WHATEVER">

    This single line alone saves your site visitors' effort to guess and manually adjust the language settings of their browsers.

  5. Avoid using frames if you can, as frames are still considered search-engine-unfriendly. Besides, some people still think frames are annoying.

  6. Avoid using Javascript to open a page in a new window. Use this simple attribute within the hyperlink <A> tag to do the job nicely and quickly:

    target="_blank"   OR   target="_new"

    A javascript for this task can slow down the window opening program tremendously, sometimes freezing up your visitor's browser :-(




Related Links and Books on HTML:



Revised: January 14, 2008 at 12:14



 

Useful Links:

HTML Templates - just $12.00 for each template.

Web Hosting Goes MLM - Join for free and earn life-time residual commissions up to 65% and 10 level deep.

Best eBay Resources - See the hottest products for making money on eBay.

CGI, Perl, PHP & MySQL Hosting - You get lightening-fast server with full server control panel and much much more!

Domain Name Registration - Only $9.95 a year & one-year FREE extension from the expiry date for registrar transfer.

Free Firewall Tested - First-hand experience with Zone Alarm Firewall software!





Gain4You.Net is the parent site & customer center for SelfWebHosting.com
and MegiWeb.com


 Webmaster Tips
    HTML Basics
    Image Optimization
    Non-Merchant Acc.
    Search Engines
    Site Maintenance
    Email Automation
    Spam Blocking
    Safe Emailing
    Article Exchange
    Webmaster Business
    Working at Home
 Web Hosting Support
    Live Support Chat
    Ticket Helpdesk
    Support Forum
 Domain Services
    Registrar Transfer
    URL Forwarding
    Email Forwarding
    Registration Lock
 Affiliate Program
    Affiliate Script
    Subscription Based
 Domain Directory
 Contact Us
 Home Page

Google





Can't find
what you're looking for?
Click here to visit DMOZ,
a collection of hand-picked
sites through an
open directory project
!


Home | Webmaster Tips | Web Hosting Support | Domain Name Services
Affiliate Program Info & Recommendations

© 2000-present  Gain4You.Net - Owner & Customer Center for SelfWebHosting.com
#61378, 212-3630 Brentwood Road, NW / Calgary, AB, Canada, T2L-2K6 / Voicemail & Fax: 1-240-332-5892