HTML5 and CSS for a Red Box


SUBMITTED BY: Guest

DATE: May 1, 2013, 12:31 a.m.

FORMAT: Text only

SIZE: 213 Bytes

HITS: 1298

  1. <DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>
  5. Box
  6. </title>
  7. <style>
  8. div {
  9. color: red;
  10. height: 100px;
  11. width: 100px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div>
  17. </div>
  18. </body>
  19. </html>

comments powered by Disqus