FAQ
From CSE330 Wiki
Jump to navigationJump to search
Welcome to the frequently asked questions page for Module 1. As many common questions can come up on Piazza, some of those questions are consolidated here.
HTML Validator
Students frequently see the following error message when putting their code through the W3C Validator.
The character encoding was not declared. Proceed using Windows-1252
Brief explanation of character encoding. This error can be easily solved by including the following line in your HTML header:
<meta charset="utf-8">