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.