the src is an attribute of .......................
Answers
Answered by
2
The SRC is an attribute of image tag that is IMG tag
Answered by
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! ☺☻☺
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