Why am i able to add multiple images in html? [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
enter image description here
I don't know why i am not able to insert multiple images in html but I do get multiple images in console.log

Related

how to highlight percentage in marksheet created with array objects in javascript guide plz [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
enter image description here
this is my array of objects, I have displayed it in table. now I want to hightlight the percentage column
plz guide

Logic building problems in javascript [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Create a javascript program that prints an odd number after every 5 even numbers in the range of 0-1000
I am trying for loop with conditionals in javascript

adding tab to reduce the width of the words shown in conversation box, how to solve the proble [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 months ago.
Improve this question
please am building a chart app using react and firebase , upon submit of conversation how do I add tab to my input filed to reduce the width

How to hide image/video if it cannot be loaded [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to be able to hide img/video if it cannot be loaded in website
You need to use javascript,for video.
x = document.getElementById("video");
x.addEventListener('error',function(){
$(x).hide();
});

How to replace an image in website with a image in local folder [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I want to replace ’San Francisco’ image in the following picture with an image in local folder in my computer temporarily. How can I do that?
Using chrome, you should be able to reference an image using file://path/to/file. If this doesn't work, let me know that I'm wrong.

Categories