Answers for "online image src for html"

1

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>
Posted by: Guest on April-16-2021
13

html img src

<img href="https://website.com/image.jpg"> 
<!-- for an image online -->

<img src=C:\your_files>
<!-- for a local file -->
Posted by: Guest on June-18-2020
0

html src online

<img src="http://127.0.0.1:3333/baseUrlImages/course8.jpeg">
Posted by: Guest on February-22-2021

Browse Popular Code Answers by Language