Assignment 2: Discovery Web Page
Description
Web pages are simple text files combining HTML, CSS and programming to deliver content. As long as you have a text editor just as Notepad or ATOM and a browser such as Chrome, IE or Firefox, you can code a web page.
Task
Open DiscoveryWebPage.html, located at the bottom in the file section. In the code there are 4 challenges for you to complete.
For this assignment, post the web page with all challenges completed.
Questions
1) How do you include comments in the code of a web page? <!-- -->
2) Though not demonstrated, how would you add a link that you can click on to open the baysidehighschool.org web site? <a href="http://www.baysidehighschool.org"/>
3) What is the difference between a web page and a web site? WP = single page of info WS=Number of different webpages connected by links