Задание

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

<html>

<head>

<title> Table </title>

</head>

<body>

<table border="3"

bordercolor="green"

backcolor="green"

font="green"

frame="green"

>

<tr>

<td>Имя</td>

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

</tr>

</table>

</body>

</html>