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:
Tag | w3schools link | |
---|---|---|
1. Header | Use you full name as it appears on BB | <h1> … <h6> |
2. Paragraph | Write a short paragraph about yourself, using your actual name | <p> |
3. Image | Image 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 video | Content of your choice (watch the video first to make sure it’s appropriate) | <iframe> |
5. Hyperlink | Link to your LinkedIn profile (open in new window) | <a> |
6. Table | Content of your choice | <table> |
7. Ordered List | Content of your choice | <ol> |
8. Unordered List | Content of your choice | <ul> |
9. CSS | Inline CSS | Inline CSS |
10. Quality of code | Clean 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

