how to navigate form localhost to www
I am working on a database project in xampp. Here, in an html file with address localhost/invite.html I am supposed to provide a link to facebook. I have used the following code, here it simply opens a new tab with the same address, so can i do anything to go from localhost/invite.html to www.facebook.com? I am using google chrome as a browser.
<a href=https://www.facebook.com/ target="_blank">Click Here To Share On Facebook</a>
I am working on a database project in xampp. Here, in an html file with address localhost/invite.html I am supposed to provide a link to facebook. I have used the following code, here it simply opens a new tab with the same address, so can i do anything to go from localhost/invite.html to www.facebook.com? I am using google chrome as a browser.
<a href=https://www.facebook.com/ target="_blank">Click Here To Share On Facebook</a>
No comments:
Post a Comment