WE BELIEVE IN QUALITY SERVICE

src Attribute

src attribute is used specially for using an image into the website.

Example:

<!DOCTYPE html>
<html>
<head>
<title> Page Title </title>
</head>
<body>
<p> This is the src attribute example: </p>
<img src="images/html.jpg">
</body>
</html>

Run Example

Browser Support

Attribute Firefox Chrome IE Opera Safari
src Yes Yes Yes Yes Yes