Introduction to E-Commerce
HTML Assignment 1:
Part I:
Create a simple website about your favorite “Sport Team” or your favorite “TV Series.”
What is expected:
Go to https://thimble.mozilla.org/en-US/ and start a new project by clicking on “Start a project from scratch”
Change the title of project from “Untitled Project” to “Assignment 1”
Use the index.html file for the first part of your assignment (Don’t rename it)
In the editor remove the existing content from <body></body> area of the
Add a short descriptive title to the <head></head> part of your
Your page should have a main Heading that shows the main topic of the
Describe why do you like that “Sport Team” or “TV Series” in two
Use appropriate HTML tag to bold one main sentence or keyword in your
Search Google and find an appropriate HTML tag to add an underline to one sentence. Here is an example:
I’m a real fan of Manchester United Soccer Team.
Add a related image to your website. Adjust the width and height of the image (height=300px, width=400px)
Add a link to your page which provides more information about your favorite “Sport Team” or “TV Series”
(Extra Point) Can you add a small image to your page and make it as a link? (You should be able to click on the image and that direct you to a new page)
Add an “unordered list” to your site and name three or more players or actors/actresses that played main roles in your selected Sport Team or TV series. Example:
List of three main players in Man United:
Ruud van Nistelrooy
David Beckham
Ryan Giggs
Add a table to your web site and describe more about those individuals in your list. Here is an example: (Be creative you can have different headings in your work)
Player |
History |
Birth Date |
Picture |
Ruud van Nistelrooy |
Ruud van Nistelrooy is a retired Dutch footballer and a current manager for the PSV youth team. A former striker, he is the fourth- highest goalscorer in UEFA Champions League history with 56 goals. |
July 1, 1976 |
|
Change the background color of the table to your desired color
That would be great if you add more elements to it and make it comprehensive.
Part II:
Create a new file. In order to do that right click within the black area on the left panel and select the “New File”
Change the name of the file to “Part2.html”
Create a new file. In order to do that right click within the black area on the left panel and select the “New File”
Change the name of the file to “Part3.html”
Use HTML Code to create the following table
You should not use any web development interface to develop this site. You have to create it by writing codes
This is an individual based assignment
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme