Create a HTML document to insert images from another folder or another server.


Input


<!DOCTYPE html>
<html>
  <body>
   <img src = "https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_960_720.jpg" width = "350" height = "300"</img>
  </body>
</html>




Output


No comments:

Post a Comment