My issue
can’t solve the issue kindly resolve
My code
// your code goes here
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Styled Table</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table>
<!-- Your table content here -->
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Data 1</td>
<td>Data 2</td>
</tr>
<!-- Add more rows and cells as needed -->
</table>
</body>
</html>
Learning course: Learn HTML / CSS
Problem Link: Task 5 in HTML / CSS