Guest Ztarlight Posted February 7, 2008 Report Share Posted February 7, 2008 ======================Attribute Minimization Is ForbiddenThis is wrong:<input checked><input readonly><input disabled><option selected><frame noresize>This is correct:<input checked="checked" /><input readonly="readonly" /><input disabled="disabled" /><option selected="selected" /><frame noresize="noresize" />======================If you check the "<option selected="selected" />" - Why does it have a /> when it should have a closing tag </option> ??(same thing with the frame)Input I understand cause they don't have a closing tag..Otherwise I really like this site! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now