What is the syntax of src Attribute with < img > tag in HTML ?

 What is the syntax of src Attribute with < img > tag in HTML ?


Syntax

<img src="URL">


 URL is stand for URL of the image. we can choose two types of url an absolute url and the second one is the Relative url 


Two types of URL when we use < img > tag with
 src attribute  


An Absolute URL - Absolute url we use to

  points to another website or web url or web page 


Example of Absolute URL

 (e.g:-   src="https://www.tech.thinkforu.org/HTML5.png")


Relative URL- Relative URL We use to Points to a file

 within a web site or web page


Example of Relative URL

 (e.g:-  src="techforum.gif")

Comments

Last 7 Days

How to write html code for email signature ?

How to use referrerpolicy Attribute value ( unsafe-url ) with < iframe > tag in HTML ? with example

How to use sandbox attribute value ( allow-popups-to-escape-sandbox ) with < iframe > tag in HTML ? with example

How to use comments in Solidity programming language ?

What is HTML (Hyper text markup language) table ?