Facebook button link

Hey guys
so, i put this code on my html:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
 <a href="#" class="fa fa-facebook"></a>

Now i have a Facebook button on my web page.
but the question is- how does the button links to a url? what do i need to do?

thx
Lior

The URL for your Facebook page will go in the href attribute where you have the #.

Sounds to me like you need to take a beginner’s class in HTML and CSS. Doing so would probably answer that question and a hundred or more questions that you haven’t though of, yet. :wink:

got it. thank u so much.

Thanx. the course i took learned us to link images and texts to a url, and i thought its a different case now, some how… :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.