BUS 2504 HTML Assignment Winter 2023

This assignment is to create a very basic HTML page using a basic text editor, precisely: Notepad for PC/Windows users, and TextEdit for Mac users. The code must be clean and not generated by a tool.

Create an HTML page with the following HTML tags:

Tagw3schools link
1. HeaderUse you full name as it appears on BB<h1> … <h6>
2. ParagraphWrite a short paragraph about yourself, using your actual name<p>
3. ImageImage of your choice: use your own name for the file name and keep the image in the same folder as your HTML file<img>
4. YouTube videoContent of your choice (watch the video first to make sure it’s appropriate)<iframe>
5. HyperlinkLink to your LinkedIn profile (open in new window)<a>
6. TableContent of your choice<table>
7. Ordered ListContent of your choice<ol>
8. Unordered ListContent of your choice<ul>
9. CSSInline CSS Inline CSS
10. Quality of codeClean code, no software generated tags

Resources:

Submission through BB

Create a “zipped” folder, then upload it on Blackboard as shown below. Make sure you follow both steps below:

  • Copy and paste your clean HTML code in the “Submission” text area
  • Attach the “zipped” folder

Create a zip folder
Submit your work: attach the “zipped” folder AND paste the clean code in the “submission” area