+ 2
Please i need help in inserting image in html using phone have try what i know it didn't work so guys am open to suggestions
2 Respuestas
+ 8
You cannot insert images that are in your phone but you can insert images by their web url
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTUQvDi58bmFzyRHgbYiaeYoRZ7TyNQ1c-2kOalMp8gydrdb03IGf-UxZx1NA">
</body>
</html>
+ 1
ok thanks