You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
533 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
<style type="text/css">
table {width: 140px;border: 1px solid black;
border-collapse: collapse;}
td {border: 1px solid black;vertical-align: top;}
</style>
</head>
<body>
<table>
<tr>
<td style="width: 10%">1</td>
<td>xxxxx xxxxx xxxxx xxxxx xxxxx</td>
</tr>
<tr>
<td style="width: 10%">2</td>
<td>xxxxx xxxxx</td>
</tr>
<tr>
<td style="width: 10%">3</td>
<td>xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx</td>
</tr>
</table>
</body>
</html>