+ 1
How can I turn this code into a image link to a larger image of the Eiffel tower?
<image src= "https://sololearnassets.azureedge.net/eiffel-tower.jpg" alt=width="30%">
3 Respostas
0
Be sure to close the alt attribute with quotes. alt=""
Then you can change the size of the image with the width attritube.
<image src= "https://sololearnassets.azureedge.net/eiffel-tower.jpg" alt="eiffel-tower" width="30%">
You may add (alternative) information with the alt attribute in case the image does not load.
0
https://code.sololearn.com/WycUBQ7jYjnC/?ref=app