Advertisement
Guest User

code

a guest
Jan 29th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. HTML:
  2. <textarea readonly class="code">
  3.  <!DOCTYPE html>
  4.    <html>
  5.      <head>
  6.        <meta charset=utf-8 />
  7.        <title>My Code</title>
  8.      </head>
  9.      <body>
  10.        My Content
  11.      </body>
  12.    </html>
  13. </textarea>
  14.  
  15. css:
  16.  .code {
  17.     border:1px solid;
  18.     width:500px;
  19.     height:200px;
  20.     overflow:auto;
  21.     outline:none;
  22.     resize:none;
  23.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement