0
Need help with link
I need the html code for a person to click on Facebook icon or ig or twitter and it takes him to where to follow me Like solo learn own in the contact me session
5 Answers
+ 2
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Add font awesome icons -->
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
instead of # write your facebook / twitter links
+ 2
Please explain the add font awesome and what's d meaning of <link real=...... Please
+ 1
Ok I understand thank u very very much😅
+ 1
Font Awesome is a library for free icons
link rel is to link your external stylesheet to your current document
rel is from relationship
0
Continue with the tutorial and you will learn all about links and attributes.
https://www.sololearn.com/learning/1031/