Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #72.8K
~602 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for pctechconcierge

If you want a dropdown menu then here is the code for it. <!DOCTYPE html> <html> <head> <title></title> <script type="text/javascript"> /* When the user clicks on the button, toggle between hiding and showing the dropdown content */ function myFunction() { document.getElementById("myDropdown").classList.toggle("show"); } // Close the dropdown menu if the user …

Member Avatar for Anas_7
-1
438
Member Avatar for Natalia_3

Hello!!! Firstly as you are using WordPress so the best way for creating a poll is to install a plugin activate it and then customize as per your needs. On the other hand if you still need a code for it then here you go: <!DOCTYPE html> <html> <head> <title></title> …

Member Avatar for Anas_7
0
164

The End.