Newer
Older
minerva / Base / res / html / misc / innertext_textcontent.html
@minerva minerva on 13 Jul 645 bytes Initial commit
<html>
    <head><title>Small test page</title></head>
    <body bgcolor="#408080" text="#ffffff">
        <h1 title="This is a heading" >Hello friends!</h1>
        <p>This is a <b>very small</b> test page :^)</p>
        <p>Visit the <a title="This is a link" href="http://www.serenityos.org/">Minerva home page</a> today!</p>

        <p id="source">
            <style>#source { color: red;  } #text { text-transform: uppercase; }</style>
            <span id=text>Take   a look at<br>how this text<br>is interpreted
                   below.</span>
            <span style="display:none">HIDDEN TEXT</span>
        </p>
    </body>
</html>