Building an Accordion without JavaScript - Part I

Developer
Size
1,596 Kb
Views
10,120

How do I make an building an accordion without javascript - part i?

Looking at building an accordion system by using HTML and CSS only.. What is a building an accordion without javascript - part i? How do you make a building an accordion without javascript - part i? This script and codes were developed by Michael on 14 October 2022, Friday.

Building an Accordion without JavaScript - Part I Previews

Building an Accordion without JavaScript - Part I - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Building an Accordion without JavaScript - Part I</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <label for="question-one">Here is the question.</label>
<input type="checkbox" id="question-one">
<span>Here is the answer</span>
</body>
</html>

Building an Accordion without JavaScript - Part I - Script Codes CSS Codes

/* we want the question to be hidden as default */
span { display: none
}
/* we do not want to show the checkbox at all */
input { display: none
}
/* when the label is clicked, it checks the checkbox, and then we can target the span */
input:checked ~ span { display: block;
}
Building an Accordion without JavaScript - Part I - Script Codes
Building an Accordion without JavaScript - Part I - Script Codes
Home Page Home
Developer Michael
Username mjtweaver
Uploaded October 14, 2022
Rating 3
Size 1,596 Kb
Views 10,120
Do you need developer help for Building an Accordion without JavaScript - Part I?

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!

Michael (mjtweaver) Script Codes
Create amazing blog posts 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!