Lab #35 Follow Along Link Highlighter

Lab #35 is titled "Follow Along Link Highlighter". This lab was about creating a website that allowed users to hover out text and it becomes highlighted. The entire text doesn't highlight, but only certain words will give a highlight effect when hovered over. They can be identified by the turquoise background, and they are highlighted with a white background.


To function this website, I used JavaScript to create the highlight effect on all of the hyperlinks on the website. The hyperlinks don't really go anywhere but since they are interactable, it made it easier to create the highlight effect on it. When you hover over any of the hyperlinks (<a> tags), it would create a span tag that highlights that text and then moves from one text to the other when you move your mouse to another hyperlink.

Web designers may want to use this in news articles or other websites that contain information. Specifically, this feature can be used to highlight the main points of a text or allow for you to click on a certain word to find out more about whatever the hyperlinked text says. It can also be used on Wikipedia websites, or dictionary websites to further appeal the word that is being defined.

Comments

Popular posts from this blog

WBL Workshop #6 Interview Skills

CTE Expo Reflection Journal

Lab #12 Reflection