+ 3
How to link srs,href to html program in sololearn
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <a href="code.html">click</a> </body> </html>
6 odpowiedzi
+ 7
are you asking a question or answering ??
if you are asking then :
<a href = "something.com"></a>
Is used to send a user to different page or website .
<link href = "something.css"></link>
is used to link external style sheets in a specific page. Like linking to CSS awesome font , bootstrap classes etc..
<script src = "something.js" ></script>
is used to link external java script files or frameworks like angular js, three .js , jquery , etc.
+ 6
wait , you can't link to .html pages
+ 5
what tag are you using
+ 4
you can link to .com , .in , .to etc.. pages
See we link one page to another with this code :
https://code.sololearn.com/W3CyHmDvZJXA/?ref=app
See lines 117 86 and 166
+ 3
while practising with src ,href attributes the ouput is not coming in sololearn
+ 2
then how we practice this