+ 2

What is src?

28th Dec 2017, 4:09 PM
Ayman Khan
Ayman Khan - avatar
2 Answers
+ 13
An image is marked up as follows: <img src="smiley.gif" alt="Smiley face"> The src attribute identifies an image by a URL. The image defined by the URL is retrieved by the browser and inserted into the document when the page loads. There are three different kinds of URLs that can be used in the src attribute:
28th Dec 2017, 4:18 PM
Scooby
Scooby - avatar
+ 3
its the location of the video in ur documents ...the source
28th Dec 2017, 4:29 PM
Android Boi
Android Boi - avatar