Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
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 ] » Computer / Technical Issues » Web Design / Graphics Design/ Animation
 7 Benefits of HTML Validation
Pages: [1]   Go Down
  Print  
Author Topic: 7 Benefits of HTML Validation  (Read 589 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
7 Benefits of HTML Validation
« Posted: September 14, 2007, 03:00:20 PM »


7 Benefits of HTML Validation


You may not bother with html validation or writing simpleand clean code when designing your web site. Later you mayfind your site is slow loading, appears incorrectly in themain browsers and does not rank well for the major searchengines.

Now there are sites that still do rank well even though thehtml code has many errors. This is because most of thecurrent major browsers are still very forgiving of htmlmistakes, however future browsers will become more htmlcompliant as the Internet advances. Sites that have notbothered with html code validation will then fall by thewayside or take time and money to be corrected.

That's why you should take the necessary steps NOW tomake sure that the code on your web site is validated.

What is HTML validation?

This is the process that analyzes an HTML document incomparison to standard HTML rules, identifying errors andnon-standard codes. Web pages are rendered using HTML(Hyper Text Markup Language). As with any language thereare rules and standards that should be followed. Forexample the HTML 4.01 Specification (rules and standards)are available at http://www.w3.org/TR/html4/. You can checkthe html validation of your web page by entering your urlat: http://validator.w3.org/

7 Benefits of HTML validation

1. Web Site Accessibility - validating your html code helpsto pinpoint areas of potential blockage that could preventsearch engine spiders or visitors from accessing yourwebsite. When you run your site through a code validator itmay produce many errors that need to be corrected so yourpages will render well. ie include text with your "alt"tags for every < img > tag.

Why should you do this?

-Allows your site to be accessible to a larger audience(vision impaired, motor skill impaired, cognitive impaired)

-Allows your site to be accessed by wider range of devices(hand helds, screen readers, text browsers, search engines)

-Is a requirement for Federal and State Government sites

2. Search engine friendly pages - clean and simple codeenables search engines to spider your pages more quicklyand completely.

Here's an example:

What's wrong with this code?

< p keyword1 sentence, well written copy, etc.

< p > keyword2 paragraph with more choice content.

This code is missing a ">" The issue is not that the pagewill necessarily get skipped altogether but that the"keyword1" sentence looks like part of the tag - like a tagattribute. So the words in the "keyword1" sentence probablywon't be included in the search engines computations, eventhough the page itself will be indexed.

Once a spider sees a correct tag further along in the page,then it's back on course. So, the keyword2 paragraph wouldmake it.

3. Faster Loading - if your web page contains html errorsit will take a longer time for the search engines to spiderit, therefore slowing the loading time. If your pagedoesn't load in under 10 seconds your visitors may clickaway to your competitors' sites.

4. Less load on servers - clean and simple code won't taxyour server as much as a site which has complicated code orcontain many nested tables. Cascading style sheets (CSS)will greatly reduce the amount of code within your webpages. This will also cut down on the amount of web spaceand bandwidth used thus saving you money for hosting yoursite.

5. Easier to update and maintain web site - with nomistakes in your html code it is easier and faster to makechanges to your web pages. For web site designers, thismeans you will save time and money when maintainingclients' sites.

6. Browser compatibility - validated code ensures your siteis compatible with the current browsers and futurebrowsers. You might say "well, it looks fine in InternetExplorer, so why bother with any other browsers?" Currentbrowsers will continue to update their rules and futurebrowsers will make sure they are html compliant.

7. Access more visitors - if you ensure your web pagesappear correctly in all the major browsers you will be ableto reach a larger audience which then increases thepotential of your site to make more sales.

Part 2 of this article will discuss:

What documents to validate
The validation process
Validation tools
Common validation errors

Herman Drost is the Certified Internet Webmaster (CIW)owner and author of http://www.iSiteBuild.com - AffordableWeb Site Design and Web Hosting. Subscribe to his "Marketing Tips" newsletter for more original articles.mailto:[email protected]. Read more of his in-depth articles at: http://www.isitebuild.com/articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

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