How do I make a website clickable? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

23rd May 2020, 11:14 PM
Ammaar
Ammaar - avatar
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
23rd May 2020, 11:19 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
0
Sebastian Pacurar thanks you! I will go study those right now
23rd May 2020, 11:27 PM
Ammaar
Ammaar - avatar