Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oyeharry/6007a3480963b61669d64d022749733d to your computer and use it in GitHub Desktop.
Save oyeharry/6007a3480963b61669d64d022749733d to your computer and use it in GitHub Desktop.
<html>
<head>
<title>The New York Times</title>
</head>
<body>
<h1>HyperText Markup Language for the web</h1>
<p>A new markup language called HyperText Markup language(HTML) will be
used by the web browser to interpret the text and images into web pages.</p>
<!-- User comment form -->
<form>
<label for="comment">Write your comment: </label>
<input id="comment" type="text" name="comment">
<input type="submit" value="Submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment