Answers for "how to display html code in browser"

0

how to display html code in browser

<html>
    <body>
        <h1>hi this is a basic display html code on browser by yasin</h1>
        <textarea class="display">
    <html>
        <body>
            <h1>hi this is a basic display html code on browser by yasin</h1>
        </body>
    </html>
</textarea>

    <style type="text/css">
        .display{
            height: 100px;
            width: 500px;
        }
    </style>

    </body>
</html>
Posted by: Guest on July-12-2021

Code answers related to "how to display html code in browser"

Browse Popular Code Answers by Language