A set of concepts to be mastered. Note that it is expected that you will fully understand the concepts in the section, not just get through. If you do not understand it will hurt you when you try to use these concepts in the class assignments.
A list of W3Schools tutorials. These tutorials will cover the necessary concepts with examples and an opportunity to try out the concepts to see how they work.
Exercises These are one or more problems for you to code up yourself. This will test how well you understand the concepts and are able to apply them the get a job done.
In the W3schools pages almost every page has one or more green "Try it Yourself" buttons. Use these frequently. It shows an example of the concept they are trying to teach, but also provides you with the ability to edit the example so that you can play with it to understand exactly how it works. Playing with the features is very important. Give yourself enough time to play with it an learn it.
If your CS account name is "kermit" then the URL for your personal website is "http://students.cs.byu.edu/~kermit/". In the file storage for your CS account is a folder called "public_html". Anything you put in this folder or its subfolders will be available through your personal website.
For example: if you created a file called "george.html" and put it in the folder "public_html/people" then that file could be reached by the URL "http://students.cs.byu.edu/~kermit/people/george.html"