## EX.NO: 02
### Designing a Web Page with Table, Lists, and Table Hover Effect
### Aim
To create a web page using HTML that demonstrates the use of tables, different types of lists, and a CSS hover effect applied to table rows.
### Algorithm
1. Begin the document with the `` declaration.
2. Create the basic structure using ``, `
`, and `` tags.
3. Inside the `` section:
* Insert a `
Sample Table
| Product |
Price |
| Laptop |
50000 |
Ordered List
- HTML
Unordered List
Description List
- JavaScript
- A scripting language used to create dynamic web pages.
```
### Output
The webpage displays a sample table, an ordered list, an unordered list, and a description list. When the mouse pointer hovers over a table row, its background color changes to light blue.
Web Design - Main Record (1).pdf
### Result
Thus, the HTML program to create a webpage that includes a table, types of lists (unordered, ordered, and description), and uses the hover effect on an element is executed successfully, and the output is verified.