Where do we actually insert the links? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Where do we actually insert the links?

After going through these tutorials, I tried to create a sample web page myself and included everything used till now. And that was when I got to know that some of the features are disabled in HTML 5 but not the scripts! So, where do I actually insert them? Cause I've tried putting them everywhere but they don't show up in the output. Please assist :)

13th Oct 2016, 10:39 AM
Dipti Gautam
Dipti Gautam - avatar
8 Answers
+ 9
In the head tag include the scripts in <script></script> If you want the scripts external, then put this into the head <script type="text/javascript" src=""></script> and write in src=" " the path of the javascript file
13th Oct 2016, 10:47 AM
Fronz-Tec
Fronz-Tec - avatar
+ 5
<a href>"URL"<\a>
17th Jan 2017, 1:13 PM
విఠల్ N
+ 5
Place the script tag in the head section if it's needed upon page load, or just before the closing body tag otherwise. Learn about page load speed on resources, and also Google the async attribute or indicator, because I think you'll need it at some point in time. <script src="link.goes.here.com"></script > There isn't any need for the type attribute, but it's entirely up to you if you include it. <script>code goes here and anywhere between the body tags </script>
18th Jan 2017, 2:15 AM
Mark Foxx
Mark Foxx - avatar
+ 2
can you specify what you want to include?
7th Jan 2017, 5:13 PM
Madan Panthi
Madan Panthi - avatar
+ 2
I got my answer back then, but now I don't remember the issue!😀
7th Jan 2017, 5:21 PM
Dipti Gautam
Dipti Gautam - avatar
0
You have to use: <a href> "Your link" </a> I think...
19th Jan 2017, 4:33 PM
Ayman Tarar (acr7ta)
Ayman Tarar (acr7ta) - avatar
- 3
Hello😊
13th Oct 2016, 12:14 PM
yao wang
yao wang - avatar
- 4
hii dipti :)
19th Oct 2016, 10:07 AM
lalit mohan joshi
lalit mohan joshi - avatar