Practical Work - HTML
Class 8 | Subject: Computer | Topic: HTML
Objective:
To understand and implement basic HTML tags and elements by creating web pages.
Practical Activities:
1. Create a Basic Web Page
- Display your Name, Class, and School Name using <h1> to <h3> tags.
- Use the <p> tag to write a short paragraph about yourself.
2. Create a List Web Page
- Use unordered list (<ul>) to display your favorite foods.
- Use ordered list (<ol>) to display your daily routine.
3. Create a Web Page with an Image and Link
- Insert an image using the <img> tag (e.g., your school logo or a favorite picture).
- Add a hyperlink to a useful educational website using the <a> tag.
4. Web Page for a Festival Greeting Card
- Create an HTML greeting card for any festival (Diwali, Christmas, Eid, etc.).
- Use colors, fonts, and images to make it attractive.
Instructions:
Instructions:
- Type the code in Notepad and save with a .html extension.
- Open in a browser to check the output.
- Submit both the code and a screenshot of the output.
Online Links to Learn HTML:
Online Links to Learn HTML:
1. W3Schools HTML Tutorial - [Link]
2. GeeksforGeeks HTML Basics - [Link]
3. TutorialsPoint HTML Guide - [Link]
4. MDN Web Docs - HTML - [Link]