html and css exercises
html and css exercises
A simple table with 3 rows and 2 columns. The table should have a header with
titles for the columns.
Use <thead>, <tbody>, and <tr> tags for structure.
Add borders, padding, and alignment to the table using CSS.
CSS Exercises
Basic Styling
Style the following:
Create a webpage that looks good on both desktop and mobile screens by using media
queries.
Start by designing a simple webpage with a header, content, and footer.
Add a media query to adjust the layout when the screen width is less than 600px
(e.g., stacking elements vertically).