0% found this document useful (0 votes)
2K views2 pages

Class 8 HTML Practical Activities

The document outlines practical activities for Class 8 students to learn and implement basic HTML tags and elements by creating web pages. Activities include creating a basic web page, a list web page, a web page with an image and link, and a festival greeting card. It also provides instructions on coding, saving, and submitting the work, along with online resources for further learning about HTML.

Uploaded by

sachin mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views2 pages

Class 8 HTML Practical Activities

The document outlines practical activities for Class 8 students to learn and implement basic HTML tags and elements by creating web pages. Activities include creating a basic web page, a list web page, a web page with an image and link, and a festival greeting card. It also provides instructions on coding, saving, and submitting the work, along with online resources for further learning about HTML.

Uploaded by

sachin mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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]

You might also like