- Create a simple HTML page with a heading, a paragraph of text, and an image. Include appropriate HTML tags.
- Build a list of your top 5 favorite books or movies using an ordered list.
- Create an HTML form that includes fields for a user's name, email address, and a submit button.
- Construct a basic HTML table to display a list of products with columns for product name, price, and description.
- Insert an image into the table you created and set the table's border attribute to control cell spacing.
- Develop a navigation menu for a website using an unordered list.
- Create links within the navigation menu that link to different sections of the same page.
- Style the HTML page from Day 1 by changing the background color, font size, and text color using CSS.
- Apply different font styles to the headings, paragraphs, and list items on your page.
- Use CSS to center-align the image within its container.
- Create a CSS class that adds a border around an element and apply it to your form fields.
- Build a button that changes color when you hover over it using CSS.
- Add hover effects to the navigation menu links from Day 4. Change the link color or background color on hover.