how to display online image in html

Solutions on MaxInterview for how to display online image in html by the best coders in the world

showing results for - "how to display online image in html"
Stefano
15 May 2020
1<!DOCTYPE html>
2<html>
3   <head>
4      <title>HTML img Tag</title>
5   </head>
6
7   <body>
8      <img src="https://i.pinimg.com/564x/cb/16/bb/cb16bb284a2a80c75041c80ba63e62d3.jpg">
9   </body>
10</html>