Right now I am trying to make a program that completes the following goals:
- From a local webpage, have an HTML page that underlines the words that a user clicks.
- If the user clicks an underlined word, it makes the word no longer underlined.
- When a user submits the page, it knows which words were underlined.
The problem is, I don't really know JavaScript, HTML or CSS. I know it might be a bit much to ask for someone to make something like this, I have no idea how difficult this really is, but it would be really helpful if someone could please tell me what I need to do to do this.