How to use < img > tag with src attribute in HTML ? with example

 How to use < img > tag with src attribute in HTML ? with example


  <img> tag with src attribute this is example of 

src attribute with realative url   


<html>

<body>


<h1>Example of src attribute with image tag</h1>


<img src="tech_thinkforu.png"

 alt="Tech forum" width="300" height="500">


</body>

</html>

Comments

Last 7 Days

How to use referrerpolicy Attribute value ( strict-origin-when-cross-origin ) with < iframe > tag in HTML ? with example

How to write html code for email signature ?

How use valign in HTML?

What is img scr or image scr or scr img ?

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

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