<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="css/style.css">
    <title>Show hide elements</title>
</head>
<body>
    <h1>Famous danes</h1>
    <ul>
        <li>H.C:  Ørsted<div><p>Hans Christian Ørsted (1777-1851) was a physicist, who discovered electromagnetism and the speed of light.</p></div></li>
        <li>H.C. Andersen<div><p>Hans Christian Andersen (1805-1875) was an author, who wrote a bunch of famous fairytales (The little mermaid, The ugly duckling, The emperor's new clothes etc.).</p></div></li>
        <li>Niels Nohr<div><p>Niels Bohr (1885-1962) was a physicist, who made foundational contributions to understanding atomic structure and quantum theory. Involved in the Manhattan Project during WW2.</p></div></li>
        <li>Bjarne Stoustrup<div><p>Bjarne Stroustrup (1950-) is a computer programmer who invented the programming language C++.</p></div></li>
    </ul>
</body>
</html>