Old Homework

week 1 homework

week 2 homework

week 3 homework

week 4 homework

week 5 homework

week 6 homework

week 7 homework

Homework Page



Week 1

What is a WYSIWYG editor? Give one example.
A WYSIWYG editor is a program that will display not only the code for a website, but also what the code should render as, so the editing you make can be done in the graphical interface rather than only the HTML code. An example of one is Adobe Dreamweaver.

What is a plain text editor? Give one example.
A plain text editor is a program that will allow you to write HTML or CSS code without any formatting, and allow you to save it as an html file to make a website. An example of one is Notepad ++.

What is a hyperlink?
A hyper link is a connection on a webpage that when clicked will take you to another webpage.

What are three points to remember when naming your files?
Don't use spaces
Avoid capital letters
Don't use illegal characters

Who is the W3C?
The W3C is the World Wide Web Consortium. They are the international organization in charge of making standards for the web.