Posts by BrunoSuarez • 1 point
4 posts
-
0
votes1
answer114
viewsQ: How to add two input text fields?
I am unable to add the value that are added in two input text fields. I have an HTML table that columns have fields to fill, the last field is the sum total of the other fields. But I’m not getting…
-
-2
votes1
answer66
viewsQ: How to insert an image via CSS?
Follow my HTML code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"/> <title>web page</title> <link rel="stylesheet" type='text/css'…
-
0
votes1
answer2517
viewsQ: What is the difference between Document.querySelector and getelementsbytagname?
I would like to know the differences in the use of these two commands, because for min that I am at the beginning of the study very similar and even equal in some moments, but having different…
-
1
votes1
answer851
viewsQ: Array counter with while in JS
I need to count the elements of a array using the loop while and display in a alert(), but is not exhibiting in the browser the count number. Using for worked out. I leave my code below: var deuses…