AخA
 
<!DOCTYPE html>
<html lang='en-us'>
<head><style type='text/css'>
    body{background-color:#343434;}
    article{background-color:#f4f4f4; padding:2px 5px; width:90%; margin:1.5em auto;}
    details{margin:-8px auto; width:auto; background:gray; font-weight:bold; font-family:Arial; font-size:smaller;}
</style></head>
<body>
<details>
  <summary>info</summary>
  <p>HTML5 tutorial - semantics and structure</p>
  <p>Date:2015, February 27th</p>
</details>
<article>
    <p>This article (topic) is explaining how a <em>&lt;details&gt;</em> tag works, including its syntax, attributes it supports and this cool little example.</p>
</article>
</body>
</html>