sir how do i add media file in vs code. While adding media in html how do i add path to that file. I am not able to do that
Advanced html concept
Hi,
There are 2 ways to add path inside your source.
Absolute: src=“https://Google.com”
Relative: src="./index.html"
And if we consider the entire eg:
Img src=" write your path here " alt=“write your alternative word to the image”
Hope this clears your query
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.