Forum Moderators: open
Some html validators
flagging these html tags as error.
W3c validator is warning over the type & charset code (unneeded). Would keeping them as it is OK?
The HTML validator says:Others besides me must have grumbled about the same thing, because it has since been fixed.
Warning: The type attribute for the style element is not needed and should be omitted.
The CSS validator says:
Warning: You should add a 'type' attribute with a value of 'text/css' to the 'style’ element
Could the two of them at least try to get their stories straight?