Exercise: IFT 201 Introduction to Web Technologies
Classwork
Level: 200
Topic: Basics of HTML
Exercise 1: Creating a Simple Web Page
Create a simple HTML page that contains the following:
1. A page title with your name.
2. A main heading that says “Welcome to My Web Page”.
3. A paragraph describing yourself (at least 3 lines).
4. A horizontal line separating the content.
Exercise 2: Using Text Formatting Tags
Edit your page in Exercise 2 to include:
1. One word written in bold.
2. One word written in italic.
3. One underlined sentence.
4. A line break within a paragraph.
Exercise 3: Working with Lists
Add the following to your webpage:
1. An unordered list of three web browsers.
2. An ordered list of three programming languages.
Exercise 4: Adding Images and Links
1. Insert an image into your webpage.
2. Create a link that opens the Google homepage in a new tab.
Exercise 5: Tables
Create a table with the following details:
S/N Course Code Course Title Credit Unit
1 CSC201 Web Technologies 3
2 CSC202 Data Structures 3
Exercise 6
Using HTML only, design a simple student profile page that includes:
• Your name
• Matriculation number
• Department
• A short biography
• An image
Exercise 7
1. Design a simple webpage for your department using HTML only.
2. The page should contain:
• Headings
• Paragraphs
• Lists
• A table
• At least one image and one link
Exercise 8: Basic CSS Styling (Embedded or Inline)
Apply basic styling to your webpage:
• Change background color
• Style headings with different fonts and colors
• Add padding and margins
• Style the navigation menu