Skip to the content.

JS Input Print Function • 1 min read

Jayden is cool!



%%html
<html>
    <head>
        <style>
            #output {
                background-color: #353b45;
                padding: 10px;
                border: 3px solid #ccc;
            }
        </style>
    </head>
    <body>
        <div id="output">
            "text"!
        </div>
    </body>
</html>