than1984_5036_mentor_plus Posted May 25, 2024 Report Posted May 25, 2024 Hi, I just started the HTML 5 Pro module and following along the video explaining about how to use and implement the hyperlink tag. So I am following along and when I launch my website in the browser the hyperlink (underline) for my text doesn't show or I can't click on it like a link. I'm pretty sure it's not a code related issue, but maybe my browser setting? I'm using Firefox as my browser, and I did this code in VScode editor using the "Liver-Server" extension in VScode to launch my HTML code. Any help would be greatly appreciated! Thanks! HTML Code: <!DOCTYPE html> <html> <head> <title>Home Page</title> </head> <body> <p>Welcome to my personal home page</p> <p>Check out a list of <a href="my-friends.html"></a>my friends</p> </body> </html>
latinoeric1995_5267_solo Posted June 25, 2024 Report Posted June 25, 2024 Hello! No need to tinker with your browser settings, if you want to set "my friends" as a hyperlink, you'll need to place "my friends" between opening and closing "a" tags. In the code, it's placed after the closing "a" tag. That's why it's not showing the hyperlink. Hope this helps
Riyan17 Posted July 17, 2024 Report Posted July 17, 2024 (edited) I can help with your HTML code and writing a comment. Could you please provide the HTML code and clarify what the comment should be about? Edited July 22, 2024 by Riyan17
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now