HTML Web Page Project
Make a webpage using HTML code (50 points)
I strongly suggest you do the Zybooks Chapter 7 FIRST -- it will make this assignment easier.
A good html tutorial site:
http://www.w3schools.com/html/default.asp(Links to an external site.)
Assignment --
Make a folder named "website project"
Make a file using Notepad or Notepad++ or on a Mac - Textedit
Save it as mywebpage.html to use in a browser as a webpage.
Make sure to place any images that will show on the page in this folder as well.
Here is the basic html -- but you can make yours as fancy as you would like!
The **** is "comments" you need to delete those if you are copy and pasting
*** START CODE
CISC 310 Sample Page
*** Go here to find a color: https://www.w3schools.com/colors/colors_names.asp
CISC 310 Introduction to Computer Science
Your Name
Good Songs:
**** Place a list of some of
yourfavorite songs ---
These are my examples -- Yours must different!
- Bohemian Rhapsody ~ Queen
- Circles ~ Post Malone
- My Church ~ Maren Morris
- Allegretto ~ Bond
- Tennessee Whiskey ~ Chris Stapleton
- Blue ~ Eiffel 65
- Crazy Train ~ Ozzy Osbourne
- Shake it Off ~ Taylor Swift
Here are some photos
***** Place a table with some photos To Review -- goto: https://www.w3schools.com/html/html_tables.asp
***** Imaging code:https://www.w3schools.com/html/html_images.asp
*** This table is just 2 rows of example -- you need to have at least 4 photos
Description One
Description Two
Description three
Description Four
** Test the .html file by double clicking the file from the folder. The .html file should show as a browser icon. Again, be sure the images are in the folder.
This is basic code -- you can make it fancier if you want by using more code from the links I gave you!
When it works - upload the .html file AND the image files into the assignment box.
Remember to name your images exactly in the code -- example: dog.jpg is not the same as Dog.jpg
Be sure to save the images and .html file in the same folder
When you upload --- upload each file in the assignment box. You do not need to zip the folder. I should receive one .html file and 4 .jpg files
***