Odpowiedź:
<html>
<head>
<style>
td{
border: 5px red solid;
height:60px;
width:160px;
text-align:center;
}
</style>
</head>
<body style="background-color:aqua;">
<center>
<h1>WITAM NA STRONIE</h1>
<table style="border-collapse:collapse;">
<tr>
<td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td>
</tr>
<tr>
<td>A</td><td>B</td><td>C</td><td>D</td><td>E</td><td>F</td>
</tr>
</table>
<img height=300px src="https://static.wikia.nocookie.net/disney/images/8/89/Donald-duck.png/revision/latest?cb=20160508235254">
</center>
</body>
</html>
Wyjaśnienie:
Wkleić do notatnika, zapisać jaki strona.html. W razie pytań proszę napisać je pod odpowiedzią, pozdrawiam.