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
Post a Comment