Edit in JSFiddle

<body>
    <textarea rows="6" cols="35" disabled="true">
        <!doctype html>
        <html>
            <body>
                Hello QNimate!!!
            </body>
        </html>
    </textarea>
</body>
textarea
{
    border: none; 
    resize: none   
}