Selectable list

Size
1,495 Kb
Views
8,096

How do I make an selectable list?

What is a selectable list? How do you make a selectable list? This script and codes were developed by Jonathan Salazar on 15 December 2022, Thursday.

Selectable list Previews

Selectable list - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>selectable list</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul> <li> <input type="radio" name="section" id="c1"/> <label for="c1">c1</label> <ul> <li>s11</li> <li>s12</li> <li>s13</li> </ul>
</li> <li> <input type="radio" name="section" id="c2"/> <label for="c2">c2</label> <ul> <li>s21</li> <li>s22</li> <li>s23</li> </ul>
</li> <li> <input type="radio" name="section" id="c3"/> <label for="c3">c3</label> <ul> <li>s11</li> <li>s12</li> <li>s13</li> </ul>
</li>
</body>
</html>

Selectable list - Script Codes CSS Codes

ul li ul{ display: none;
} input:checked + label + ul { display: block; }
input { display: none;
}
Selectable list - Script Codes
Selectable list - Script Codes
Home Page Home
Developer Jonathan Salazar
Username jds317
Uploaded December 15, 2022
Rating 3
Size 1,495 Kb
Views 8,096
Do you need developer help for Selectable list?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jonathan Salazar (jds317) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!