+ 2
Choices with HTML
Hello everyone! I was wondering if I could “ask” to HTML to choose between different options or if I had to learn JavaScript? Thank you ! P-S : I searched on the forum and I didn’t find…
7 ответов
+ 3
automation and various kinds of mechanics on the page are carried out by javascript. this is a kind of site muscle. but I doubt that the javascript is able to choose one of the two images independently. this is done by the user with a mouse click. to automate this kind of task, you need to connect artificial intelligence. what do you need to do? bypass the graphic captcha?
+ 3
let's just say that the choice of a single image based on certain parameters is possible if you write an algorithm in Javascript. but it is precisely to recognize the image that is depicted on it - this is already a complex process and the task of artificial intelligence. and html is just a markup language, tags, the skeleton of the site
+ 2
Hi! You mean checkbox and radio button in html? Or something else?
+ 1
Answer/Solution:
===============
* It depends on your interest. If you're intrigued with web programming, then you'll have to learn html, css and Js.
For more information visit the below link:
https://coder-coder.com/learn-web-development/
Refer the video link provided below:
https://www.google.com/url?sa=t&source=web&rct=j&url=https://careerfoundry.com/en/blog/web-development/what-does-it-take-to-become-a-web-developer-everything-you-need-to-know-before-getting-started/&ved=2ahUKEwiuyryt76DxAhV0H7cAHRcvDHcQo7QBegQIBBAB&usg=AOvVaw0YNPhJNv2euuCxRaxbD7Fv
Note:
====
* Don't ask open ended questions here in Q&A discussions section/ forum at SoloLearn platform.
* Just have a look on SoloLearn Community Guidelines.
https://www.sololearn.com/Content-Creation-Guidelines/
0
Thank you !
0
I know checkbox and radiobutton ! Actually I would know if, for instance, the HTML code can choose automatically between two images !
0
Thank you very much ! I don’t need to do anything, it was just intellectual curiosity 🙃