Have these done by next class.
Web development is a field that develops rapidly, and you will be expected
to teach yourself a lot. Learning how to research things you don't understand
is critical because it's impossible to know everything about web development.
The best developers are good at googling things and know how to learn on their own.
For the basics of HTML that we went over in class, you can use this video as a reference.
If you don't like the video, W3 schools offers a decent tutorial on HTML.
The first HW problem is to view the HTML code of this website! The answer to problem 1
is stored in the HTML file in a comment. Your web browser won't render it, but
if you view the HTML source of this webpage and look through the code, you will see it.
The next problem is that you should create a web page. It can just be a simple
HTML file. You can put whatever you want on the page, but it should have your name
at the top.
The next problem is that you should look up how to add an image to your web page.
You should link the image into your website, not download the image.
The image that you should use is located herer : https://s7d1.scene7.com/is/image/PETCO/ball-python-1
Github is a place where you can store your code. You can also use github to
host your html page. Your final task is to register an account at github.com
and then follow this tutorial to host your website there. https://pages.github.com/
Please email me a link to your web page hosted on github : )