Jump to content

than1984_5036_mentor_plus

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by than1984_5036_mentor_plus

  1. Member 3 Posted just now 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>
  2. 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>
  3. Hi, I'm new here. I'm enrolled in Uncle Stef's Mentoring Program. How do I navigate and log into the live biweekly group coaching session? When is the next meeting? Let me know. Thanks!
  4. Hi, will there be a group coaching session tomorrow (Sunday, 18 MAY 24)? IF so, what time does it start and where do I go to sign in to the live meeting tomorrow? Let me know. I'm new here. Thanks! -Tim
×
×
  • Create New...