+ 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 :)
8 odpowiedzi
+ 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
+ 5
<a href>"URL"<\a>
+ 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>
+ 2
can you specify what you want to include?
+ 2
I got my answer back then, but now I don't remember the issue!😀
0
You have to use:
<a href> "Your link" </a>
I think...
- 3
Hello😊
- 4
hii dipti :)