I have a web design class and our teacher wish’s for us to force a browser into quirks mode.
Is their any CSS feature or html 5 feature that will do the job? Its for a discussion question but I need to make a simple webpage.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t provide a doctype, it will go into quirks mode on its own.
If you need something to cite:
Additionally you can force it into Quirks Mode via the developer tools as well; just press F12 and change the Document Mode. Note that this method is usually only used for quick testing, and affects your local copy only.