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 use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example

How to use Local Variable for whose values are present till function is executing in solidity ?

How to add Amazon website inside iframe?

How to use comments in Solidity programming language ?

How to use string in Solidity programming language ?

How to use arrays in Solidity programming language ?