Задание
Дано изображение. Выбери верно написанную программу.
- <body bgcolor="grey">
<center>
<font size=5>
The animal
</font>
</center>
<img src="4.png"
</body>
</html> - <html>
<body bgcolor="grey">
<center>
<font size=5>
The animal
</font>
</center>
<img src="4.png"
</body>
</html> - <html>
<body>
<center>
<font size=5>
The animal
</font>
</center>
<img src="4.png"
</body>
</html>