creating a clickable image and applying an click event listener to it
问题 I am trying to make a website where there are portraits of people and a user will be able to click on a portrait to see more information about that person. There will a text box underneath that will change text description when each profile is clicked. I am trying to make the image a button of sorts then apply a click event via java script to change description text text. The following code i have is: HTML5 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>About</title> <link rel=