How To Display Online Image In Html

how to display online image in html
<!DOCTYPE html>
<html>
<head>
<title>HTML img Tag</title>
</head>

<body>
<img src="https://i.pinimg.com/564x/cb/16/bb/cb16bb284a2a80c75041c80ba63e62d3.jpg">
</body>
</html>

 

Leave a Comment