Answers for "html css img"

7

html img src

<img href="https://website.com/image.jpg"> 
<!-- for an image online -->

<img src=C:\your_files>
<!-- for a local file -->
Posted by: Guest on June-18-2020
5

how to add an image in css

.element {
  background-image: url("imageFile.png");
}
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language