Computer Science, asked by nitesh1st, 1 year ago

the src is an attribute of .......................

Answers

Answered by HarshBansal
2
The SRC is an attribute of image tag that is IMG tag
Answered by duragpalsingh
3
Hey there! ☺☻☺

src means source in HTML.

The src is an attribute of image tag in HTML.
It specifies the location of the image.

♣ Syntax to add Image in HTML:

<html>
<head>
<title>Adding a Image </title>
</head>
<body>
<img src = "file://C://Images/nature.jpg">
</img>
</html>

Hope It Helps You! ☺☻☺

Similar questions