Posts

Showing posts with the label url

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")

What is img scr or image scr or scr img ?

What is img scr or image scr or scr img ? If you are type image scr and img scr in google or any  search engine then  result you got  < img src > or image src    Actually By mistake you type Img scr and Image scr in the  place of img src and image src sometime  Web Developer  and  beginner  who start learning HTML by mistake  he/she type wrong letter.  Actually,you are searching for Img src or Image src which is used in HTML for defining specific path of the particular image which you want to use in your HTML  Here is the syntax of Img src or Image src in HTML <img src ="URL ">