Web design- week 4 JavaScript and jQuery Html Old JavaScript webpages used to use links such as: <ahref=”/more-info.html”>Moreinfo</a> A pure menu html is: <ui> <li><ahref=”index.html”>home</a></li> <li><ahref=”more-info>moreinfo</a></li> </ul> This will only load a new URL, no styling. JavaScript is the most popular programming language in the world. Using JavaScript you can: - ...