text2.html 533 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>TODO supply a title</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <style type="text/css">
  13. body {background-color:yellow}
  14. p {color:blue}
  15. </style>
  16. </head>
  17. <body>
  18. <div>TODO write content</div>
  19. </body>
  20. </html>