html img svg src code example
Example: html img src
<img href="https://website.com/image.jpg">
<!-- for an image online -->
<img src=C:\your_files>
<!-- for a local file -->
<img href="https://website.com/image.jpg">
<!-- for an image online -->
<img src=C:\your_files>
<!-- for a local file -->