0% found this document useful (0 votes)
11 views3 pages

HTML

Uploaded by

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

HTML

Uploaded by

sidaksingh269
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q1: Create a simple HTML document with the following structure:

 A title tag that displays the title of your page.

 A header (h1 tag) that welcomes users to your blog.

 A paragraph introducing yourself.

 An unordered list with 5 hobbies/interests.

 An ordered list of your top 3 favorite books or movies.

Q2: Enhance your HTML document by adding an image that represents your interests or hobbies.
Make sure to provide proper alt text for the image.

Q3: Add an external link to your favorite website and an internal link that navigates to a specific
section on your page (e.g., hobbies).

Q4: Include the following special characters somewhere in your HTML document:

 Copyright symbol (©)

 Registered trademark symbol (®)

 Trademark symbol (™)

Q5: Add a table to your page that displays a schedule for your weekly activities (e.g., study schedule,
work schedule). Include at least 3 rows and 4 columns.

 Customize the table using attributes such as border, cellpadding, and cellspacing.

You might also like