Skip to content

Instantly share code, notes, and snippets.

@annonym666
Created April 30, 2024 06:46
Show Gist options
  • Save annonym666/ec6291213071f7b5b72822a08e71e980 to your computer and use it in GitHub Desktop.
Save annonym666/ec6291213071f7b5b72822a08e71e980 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
table, th, td{
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
table{
min-width: 400px;
min-height: 300px;
align: center;
margin: auto;
}
</style>
</head>
<body>
<table>
<tr>
<th>َشماره آگهی</th>
<th>شهر</th>
<th>قیمت</th>
<th>عنوان</th>
<th>توضیحات</th>
<th>لینک محصول</th>
</tr>
<tr>
<td>111</td>
<td>222</td>
<td>333</td>
<td>444</td>
<td>555</td>
<td>666</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment