+ 2
Create an unorganized
How can I make a unorganized list in a div with Javascript? The list items need to be html links.
2 Antworten
+ 4
The suedo code is this
div
ul
li href = “#firstE” li
li href = “#secondE” li
ul
div
So when you click on them it will go to wherever you have something with the name firstE
+ 2
Correct. I need to edit my question.