i currently have
but when i validate my code i get errors as it contains align and target attributes
when i select html 4.01 Transitional from the validator option it passes.
whats the correct way to put this as the doc type i have tried
but it says thats wrong
TIA
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
when i select html 4.01 Transitional from the validator option it passes.
whats the correct way to put this as the doc type i have tried
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/Transitional.dtd">
TIA