Issue
when I use notepad++ it's fine but when I move to Vscode it won't show up in browser I'm a newbie in this field, and this is the first time I use Vscode , please help.
<img height="300" width="100"src="mysf.jpg">
Solution
Rather than just giving the name of the image, it’s better to give the whole path of where the picture is on your device -
<img height="300" width=“100" src=“/User/…/…”>
This will help.
Answered By - Hardyk Mahendru
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.