does local images use src or url? code example
Example: image urol in src local image
<!DOCTYPE html>
<html>
<head>
<title>
HTML img tag
<title>
</head>
<body>
<img src="file:/D:/images/logo.png" alt="Site Logo" width="50" height="50">
</body>
</html>