+ 1

Why It doesn't work???

Can someone help me? https://code.sololearn.com/W96w155Ae098/?ref=app

25th Feb 2022, 4:15 PM
ProMarioYeah4765
ProMarioYeah4765 - avatar
2 odpowiedzi
+ 2
src="http://www.sololearn.com/images/tree.jpg" The src Attribute The required src attribute specifies the path (URL) to the image. Note: When a web page loads, it is the browser, at that moment, that gets the image from a web server and inserts it into the page. Therefore, make sure that the image actually stays in the same spot in relation to the web page, otherwise your visitors will get a broken link icon. The broken link icon and the alt text are shown if the browser cannot find the image. https://www.w3schools.com/html/html_images.asp
25th Feb 2022, 4:47 PM
SoloProg
SoloProg - avatar