Задание

Цвет рамки таблицы — красный.

<html>

<head>

<title> Table </title>

</head>

<body>

<table border="2"    >

<tr>

<td>Имя</td>

<td>Фамилия</td>

</tr>

</table>

</body>

</html>