ITEC 1010 25W Assignment 1 - HTML


Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due


ITEC 1010 25W Assignment 1 - HTML

Due: Feb.7, 2025 11:59 PM

Objective

In this assignment, you will create a simple informational web page using HTML. You will apply basic HTML elements and attributes to structure and style your content. The goal is to build a webpage that effectively communicates information.

Task

Create a webpage using HTML to present information on one of the following topics:
Restaurant: A webpage for a restaurant (e.g., menu, location, hours, etc.).
Travel Destination: A webpage for a travel destination (e.g., a city, country, or tourist attraction).
Event Promotion: Design a webpage to promote an event, such as a music concert, festival, or conference.

Requirements and Grading Criteria

Your webpage should follow the requirements below:
● HTML Requirements (50%): Include and properly use the following HTML elements and attributes:
a. Headings (10%): Use at least two different heading levels (<h1> to <h6>)
i. 5% for each heading level used
b. Paragraphs (10%): Use <p> tags to structure your text content
i. 0% if paragraph is not used at all
c. Lists (10%): Include at least one ordered list (<ol>) or one unordered list (<ul>).
The list should have at least three items. 10%.
i. 0% if list is not used
ii. 5% if items < 3
d. Hyperlink (10%): Use the <a> tag and the necessary attribute(s) to create a hyperlink that points to https://www.yorku.ca/.
i. 0% if no hyperlink, or the tag/attribute is incorrect
ii. 5% if the hyperlink tag is correctly used, but the URL is not as required
e. Comments (10%): Include a comment right after the DOCTYPE declaration and <html> tag with your name, student ID, and the chosen topic.
i. For example:
ii. 0% if comment is not used;
iii. 5% if any information is missed or wrong positionf. Attributes: Use attributes to customize your elements (e.g., colors, hyperlink URL).
i. The marks of this part have been integrated into other parts
Styling Requirements (15%):
a. Colors (10%): Use at least one additional text color in your webpage.
i. 0% if no additional color is used
b. Easy to read (5%): Ensure the webpage is visually organized and easy to read.
i. Ranges from 0% to 5%, based on TA’s judgment
Functionality (20%):
a. Right-click the page and then “Inspect” using Google Chrome. There should be no errors reported.
i. 5% deduction for each reported error.
b. Code the content in HTML 5 – which will be reflected in the <!DOCTYPE> declaration at the top of your document.
i. 5% deduction if no such declaration or the declaration is incorrectly used.
Content and Format Requirements (10%):
a. Content (5%): The content should be logical and understandable.
i. Ranges from 0% to 5%, based on TA’s judgment
b. Submission (5%): Follow the submission guidelines below to name your submitted file.
i. Submit only a single “.html” file and name it as “StudentID_LastName_Assignment1.html”
ii. For example, 210012345_Smith_Assignment1.html
iii. 0% if the submission does not follow the instructions above
Additional Important Grading Criteria:
a. Relevant to the Topic
i. If the webpage is not relevant to any of the topics presented in the “Task” section, the score of this assignment will be 0%
b. Submit on Time
i. Submit to eClass on time
ii. 5% deduction per hour for late submission

Other Important Information

● Submit a single .html file via eClass only (no email submission)
● To start working on your HTML file, you can create a .txt file and then change its extension to .html. After that, you can edit it using any text editor or code IDE, such as Notepad, VS Code, or Sublime Text.
● Be sure to do your own work. It is your responsibility to familiarize yourself with the University’s academic honesty policies (https://www.yorku.ca/laps/decisions-petitions/academic-honesty/)

发表评论

电子邮件地址不会被公开。 必填项已用*标注