How can I turn this code into a image link to a larger image of the Eiffel tower? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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%">

4th Jan 2023, 11:29 PM
Mark
Mark - avatar
3 Answers
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.
4th Jan 2023, 11:52 PM
Chris Coder
Chris Coder - avatar
0
https://code.sololearn.com/WycUBQ7jYjnC/?ref=app
5th Jan 2023, 2:56 AM
Chris Coder
Chris Coder - avatar