Tuesday, January 1, 2019

An image on another server

An image on another server:- 


<html>
<body>

<h2>Images on Another Server</h2>

<img src="https://www.Tecko_hub.com/images/Tecko_hub.jpg" alt="Tecko_hub.com" style="width:104px;height:142px;">

</body>
</html>

OUTPUT:-   


  • Some web sites store their images on image servers.
  • you can access images from any web address in the world.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...