how creat anchor links? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how creat anchor links?

i want creat a link what work as anchor for example:go to top of form or bottom form.

15th Oct 2016, 1:51 AM
Ali Moonesian
Ali Moonesian - avatar
9 Answers
+ 6
I would recommend you to use JavaScript.
18th Oct 2016, 5:05 PM
Nareg
Nareg - avatar
+ 2
i got to answer my question <a href="#down">Go to down</a> content <a name="dowb"/> to view the source file to see the code playground and search "anchor link"
16th Oct 2016, 12:39 PM
Ali Moonesian
Ali Moonesian - avatar
0
do this with JS
15th Oct 2016, 9:27 AM
Mohamed Ali
Mohamed Ali - avatar
0
ok
26th Oct 2016, 10:11 AM
Chris Mey
Chris Mey - avatar
0
danke
26th Oct 2016, 10:11 AM
Chris Mey
Chris Mey - avatar
0
how to create fix menu bar
26th Oct 2016, 5:42 PM
Ravindra Arjun
Ravindra Arjun - avatar
0
use bootstrap framework,that is pre configured in it,u can make a fixed navbar with class navbar-fixed
31st Oct 2016, 4:00 PM
vicken bedikian
vicken bedikian - avatar
- 2
u must use to <a href="#top">go top of page</a>
15th Oct 2016, 8:16 PM
Persian
- 2
Do that in JQuery. It will be a lot easier to do it with jquery.
26th Oct 2016, 2:41 PM
Nemanja Simović
Nemanja Simović - avatar