<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
        <title>
            &lt;details&gt; and &lt;summary&gt; element – doctypehtml.net
        </title>
        <base href="http://doctypehtml.net/">
        <link rel="stylesheet" href="http://doctypehtml.net/assets/css/layout.css" type="text/css">
        <link rel="stylesheet" href="http://doctypehtml.net/assets/css/mobile.css" type="text/css" media="screen and (max-width: 780px)">
        <link href="http://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet" type="text/css">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
        <script src="http://doctypehtml.net/assets/js/jquery.DOMWindow.js"></script><!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    </head>
    <body>
        <a href="http://github.com/manuelbieh/doctypehtml.net"><img style="position: absolute; top: 0; right: 0; border: 0;" src=
        "https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
        alt="Fork me on GitHub"></a>
        <div id="wrapper">
            <header>
                <h1>
                    <a href="/">&lt;!DOCTYPEhtml.net&gt;<br>
                    HTML5/CSS3 Demos + Experiments</a>
                </h1>
            </header>
            <section id="content">
                <h2>
                    &lt;details&gt; and &lt;summary&gt; element
                </h2>
                <details>
                    <summary>
                        Click this to show the full content
                    </summary>
                    <p>
                        In a browser which supports <code>&lt;summary&gt;</code> and <code>&lt;details&gt;</code> you have to click the summary element first, to see all the content here.
                    </p>
                </details><br style="clear: both;">
            </section>
        </div>
        <footer>
            <div>
                <a href="http://doctypehtml.net/index.html">Overview</a> – All examples are lovingly handcrafted by <a href="http://www.twitter.com/ManuelBieh">@ManuelBieh</a> | <a href=
                "http://www.manuel-bieh.de/en/">http://www.manuel-bieh.de</a>. Inspired by <a href="http://www.html5demos.com">html5demos.com</a> from the great <a href=
                "http://www.twitter.com/rem">@rem</a> | <a href="http://doctypehtml.net/viewsource/index.php?url=http://doctypehtml.net/html5/details-summary" class="viewsource">view source</a> |
                <iframe src="http://platform.twitter.com/widgets/tweet_button.html?url=http://doctypehtml.net/&amp;via=manuelbieh" style=
                "vertical-align: middle; width: 110px; height: 21px; overflow: hidden; border: 0;"></iframe> <iframe src=
                "http://www.facebook.com/plugins/like.php?href=http://doctypehtml.net/&amp;send=false&amp;layout=button_count&amp;width=130&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=21"
                style="vertical-align: middle; border:none; overflow:hidden; width:130px; height:21px; overflow: hidden; border: 0;"></iframe>
                <div class="g-plusone" data-size="medium" data-count="true"></div>
            </div>
        </footer>
        <script>
        $('.viewsource').openDOMWindow({ 
        height:'90%', 
        width:'90%', 
        positionType:'absolute', 
        positionTop:50, 
        eventType:'click', 
        positionLeft:'5%', 
        windowSource:'iframe', 
        windowPadding:0, 
        loader:1, 
        //      loaderImagePath:'animationProcessing.gif', 
        loaderHeight:16, 
        loaderWidth:17 
        }); 
        </script> 
        <script type="text/javascript">


        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-16083973-9']);
        _gaq.push(['_trackPageview']);

        (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();

        </script> 
        <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    </body>
</html>