<!DOCTYPE html>
<html>
<head>
<title>HTML details tag</title>
</head>
<body>
<details open="open">
<summary>Click here</summary>
<p>Now a day Internet is very good option for learning. There are many advantages of this option.</p>
</details>
</body>
</html>