Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>The New York Times</title>
  4. </head>
  5. <body>
  6. <h1>HyperText Markup Language for the web</h1>
  7. <p>A new markup language called HyperText Markup language(HTML) will be
  8. used by the web browser to interpret the text and images into web pages.</p>
  9.  
  10. <!-- User comment form -->
  11. <form>
  12. <label for="comment">Write your comment: </label>
  13. <input id="comment" type="text" name="comment">
  14. <input type="submit" value="Submit">
  15. </form>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment