+ 6
Why is this code not working??
3 Answers
+ 17
ηÏÎ·Î±ĐŒŃ gÎčrâ this image is not the actual link of the image. For getting original link deep press at image and open that image in new tab and copy that url.
https://code.sololearn.com/WnpVwPes98dt/?ref=app
+ 3
Here you check,How to display an image using <img> tag.đ
https://www.sololearn.com/learn/HTML/1030/
+ 2
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img
src="https://fyf.tac-cdn.net/images/products/large/BF89-11K.jpg?auto=webp&quality=60" style="width:300px">
</body>
</html>