Jump to content

Question regarding my HTML code


Recommended Posts

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>
Link to comment
Share on other sites

  • 5 weeks later...
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...