Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Website Design > HTML

HTML Discuss about HTML designing problems here or help others with their HTML designing issues.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-05-2012, 07:37 AM
spinxwebdesign spinxwebdesign is offline
Senior Member
 
Join Date: Jun 2010
Posts: 224
spinxwebdesign is on a distinguished road
Default 3 HTML Tag Misdeeds That You Shouldn’t Commit

Below are three of the most common coding mistakes and also there is a remedy to avoid these mistakes.
1) Placing block elements inside inline elements:
<a href="url"><h3>Wrong way</h3></a>, Here <H3> is used in the inline element <a> and that is one kind of code mistake. Correct this code as per below mentioned;
<h3><a href=" url ">Right way</a></h3>

2) Not including an alt attribute on images:
<img src=” image-url”/> there is no Alt Attribute and that is bad practice so use alt Attribute with image
<img src=” image-url” alt="text about image"/>

3) Using inline styling:
<h3 style=""Color: Green">text</h3>
We have heard it a thousand times that inline styling is bad. So it is advisable to keep styles in stylesheets where they feel right.
__________________
SPINX INC. - Leading Los Angeles Web Design Company
www.spinxwebdesign.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-12-2012, 08:19 AM
Cole001 Cole001 is offline
Member
 
Join Date: Jan 2012
Location: Ahmedabad, Gujarat, India
Posts: 99
Cole001 is on a distinguished road
hey spinx,

this is really a great info.. i have seen & go through many times of fist & second one... but the last one is new for me...

thanks, for sharing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 10:20 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.