Glossary website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Glossary website

How to do glossary website using only html css and Javascript not jquery or any Please let me know if you know or any source Thanks

24th Dec 2017, 3:03 AM
Akshay Rt
Akshay Rt - avatar
2 Answers
+ 1
actually, you could wtite a glossary in pure HTML. CSS is just the fancy design and javascript is not needed. You could setup text anchors for the words (so that you have the list at the top and the descriptions at the bottom) Or if you wish to be fancy, using CSS; you could have a popup when the person clicks on a link with the word description that pops up when the word is clicked... If you wish to add Javascript, you could close the description after a certain time..? Use your imagination! ;)
30th Dec 2017, 6:05 AM
Frédéric Charette
Frédéric Charette - avatar
+ 1
Thanks for your time and suggestions :) I want to Add cart now I'm using json and key Value pair
31st Dec 2017, 8:01 AM
Akshay Rt
Akshay Rt - avatar