Posts by Uuyt Judji • 1 point
2 posts
-
-2
votes1
answer303
viewsQ: can’t get value from javascript input
I’m not getting value from input <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Index</title> </head> <body> <input type="text"…
javascriptasked Uuyt Judji 1 -
-2
votes1
answer51
viewsQ: how to position image accurately
Hello I would like to know how to correctly position the image in the center of canvass with precision? <!DOCTYPE html> <html> <head> <meta charset="UTF-8">…