Posts by Wígny Almeida • 51 points
3 posts
-
-1
votes1
answer1413
viewsA: split an HTML file
Example: index.html <html> <head> <style type="text/css"> .description{display:none;border-radius:10px;} .description:target{display:block;} .descriptions{margin:1.5em;}…
htmlanswered Wígny Almeida 51 -
1
votes2
answers1098
viewsQ: How to add automatic scrolling to a div html?
I would like to add a kind of automatic scrolling in my html, with start and stop buttons, and do not know how to do. I would like when clicking start, the attribute to scroll down slowly, and when…
-
2
votes2
answers2094
viewsQ: How to create a search box?
I wish to put on my website a search box of words and I don’t know how to do it, I’ve tried several examples and none worked! I need this search box because my site is very extensive and would…