<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion FAQ</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="faq-container">
<details>
<summary>
<span class="faq-title">
How long does the course take?
</span>
<!-- svg icon -->
</summary>
<div class="faq-content">
The video content takes more than 4.5 hours.
</div>
</details>
<details>
<summary>
<span class="faq-title">
Who teaches courses on Atheros Learning?
</span>
<!-- svg icon -->
</summary>
<div class="faq-content">
The authors of the courses are mostly atheros
<!-- more text -->
</div>
</details>
</div>
<script src="script.js"></script>
</body>
</html>