+ 13
Hey! Guys I wanna know how I insert image in html ? Using in mobile , without laptop.. What src of image in mobile???
2 ответов
+ 15
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT-T0PEEQOowZ1MkIp-OFm6xSTjVC4yJv-dPLq4dagqlavy7Y-i&usqp=CAU" />
</body>
</html>
+ 6
• Use Dropbox. - Upload image that you want to add in html and get its link address.
Or
• Use your google drive. - Upload image and get the link and paste it in your code.
https://www.sololearn.com/discuss/1054246/?ref=app