tomcat
tomcat copied to clipboard
refactor: standardize the HTML, CSS and JSP in the webapps folder.
Use lowercase HTML tags and attributes.
Add quotes around attributes.
Standardize quotes.
Fix some HTML errors.
Use HTML5 and CSS.
Remove whitespace and blank lines.
Indent HTML and JSP.
error.html:
- Shouldn't it better be <form method="GET"?
- Options shall be closed with . The
s there are out of place and ignored. (validator.w3.org complains)
Hey @kkolinko I removed the br tags and also closed the option tags now.
I also validated the 'error.html' by direct upload and it validates now.
https://validator.w3.org/#validate_by_input
error.html:
- Shouldn't it better be <form method="GET"?
- Options shall be closed with . The s there are out of place and ignored. (validator.w3.org complains)
MDN says -> Possible (case insensitive) values https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form
