0
How do I add image on my CSS or HTML using my device
4 Antworten
+ 4
You must be watch...
https://www.sololearn.com/post/1742383/?ref=app
+ 3
use <img src="//url">
+ 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Your Webpage</title>
</head>
<body>
<img src="path/to/your/image.jpg" alt="Description of the image">
</body>
</html>
0
I don't know how to import the image links in HTML so I just don't use custom images