+ 1
How do I make a website clickable?
You can view my vodebit, I made a website but it won't work when I try to click on it.... What is the coding for it on HTML?
2 Answers
+ 2
i believe you refer to a button or other element which can trigger an event. a website is a collection of web pages which can contain html, css, js pages as a basic website. you can click on an element of a webpage, such as a button, div, checkbox, etc.
an example:
https://www.w3schools.com/tags/tag_button.asp
also you should go through these courses to understand better (mostly the javascript course for clicking and other event handlers)
https://www.sololearn.com/Course/HTML/?ref=app
https://www.sololearn.com/Course/JavaScript/?ref=app
0
Sebastian Pacurar thanks you! I will go study those right now