Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1"/>
  5. <title>
  6. Environment Variable List
  7. </title>
  8. </head>
  9. <body>
  10. <---name--->
  11. <h1>HTML Environment Variable List</h1>
  12. <table>
  13. <tr>
  14. <td>
  15. Name
  16. </td>
  17. <td>
  18. Value
  19. </td>
  20. </tr>
  21. <!--===xxx===-->
  22. <tr>
  23. <td>
  24. ---name---
  25. </td>
  26. <td>
  27. ---value---
  28. </td>
  29. </tr>
  30. <!--===xxx===-->
  31. </table>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement