W3 Validation errors in HTML5
-
Hi there,
If using an HTML5 doctype then some of your table codes are obsolete. Here are the errors that come up in validation:
Error Line 86, Column 84: The align attribute on the div element is obsolete. Use CSS instead. …al-container dm-align-center clearfix"><table cellpadding="0" cellspacing="0">…Error Line 86, Column 123: The cellpadding attribute on the table element is obsolete. Use CSS instead. …<table cellpadding="0" cellspacing="0"><tr><td><ul id="menu-navigation-princip…Error Line 86, Column 123: The cellspacing attribute on the table element is obsolete. Use CSS instead. …<table cellpadding="0" cellspacing="0"><tr><td><ul id="menu-navigation-princip…
The topic ‘W3 Validation errors in HTML5’ is closed to new replies.