Project 6: Webpage
Section 21774: Due Sunday, November 24, 2024
Web page
Review RGB colors
Introduction to creating a web page
Using notepad in Windows, or BBEdit on the Mac, create a web-page about yourself or a favorite topic.
Computer Skills: Learn to create a basic web page using a simple text editor.
Computer Knowledge: Understand the elements of a web page using tags to create a table, lists, links, and include images and RGB colors.
There should be an index.html page with a link to a page as described below.
Start with the empty code below, then add all the items from the list below to create a page about yourself.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style type="text/css">
body {
background-color: #00AACC;
}
</style>
</head>
<body>
</body>
</html>
Save your text file as .html instead of .txt so that you can open it in a browser.
Create a zipped file named Groupname.zip with all of the the html files and the pictures.
Submit the lastName_firstName_web.zip file in Blackboard.
The following are requirements:
If any of these requirements are not met, the score will be 0.
If the requirements are met, the grade is as follows:
Possible points=50
If you do not receive a perfect score you may resubmit it as long as it is resubmitted within 3 days.
Assignment IndexThis web site, and all pages therein, are the sole property and responsibility of Zebra0.com.
It is not endorsed, sponsored, or provided by or on behalf of Montgomery College.