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

Дано изображение. Выбери верно написанную программу.

1_1.png
  • <html>
    <body bgcolor="yellow">
    <center>
    <font size=5>
    The animal
    </font>
    </center>
    <img src="1.png"
    </body>
    </html>
  • <html>
    <body bgcolor="grey">
    <center>
    <font size=5>
    The animal
    </font>
    </center>
    <img src="4.png"
    </body>
  • <html>
    <center>
    <font size=5>
    The animal
    </font>
    </center>
    <img src="4.png"
    </html>