Activity 1 
Create a webpage using HTML and CSS that includes the following elements:
- A first div containing an image of an amoeba with a background repeat property applied to it.
- A second div containing an image of a paramecium with a background blend mode applied.
- In a third div, create links for both the amoeba and paramecium images.
- In a fourth div, use a list tag to specify the characteristics of both the amoeba and paramecium. Apply as many background properties as possible to this div, including background color, background origin, and background position.
Activity 2 
Create a webpage with the following elements:
- Inside the webpage, create a box or a container. Inside this container, use a
<code>tag. - Inside the
<code>tag, write the code for the Fibonacci series. - On the right side of the container, include an image of Aryabhatta.
- Below the image of Aryabhatta, write a text that says 'His Existence.'
- Make the 'His Existence' text clickable, and when clicked, change its color to sea green and redirect the user to the Aryabhatta Wikipedia page.
- Ensure that the text within the
<code>tag appears in purple.
Activity 3 
Create an HTML document that displays a table with student information and applies specific styling using CSS
- Table should be created using the essential HTML tags, including 'table,' 'thead,' 'tbody,' 'tr,' 'th,' and 'td.'
- Use 'table' tags, implement hover effects on the table elements.
- Add suitable borders to enhance the overall appearance.
- Utilize the 'rowspan' attribute.