Skip to content

Instantly share code, notes, and snippets.

@sateesh4359
Forked from AndrewEddy/First HTML Doc
Created February 15, 2022 06:32
Show Gist options
  • Select an option

  • Save sateesh4359/f24539082bd62b52a3a2beb6fb9d9368 to your computer and use it in GitHub Desktop.

Select an option

Save sateesh4359/f24539082bd62b52a3a2beb6fb9d9368 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Getting Started with HTML</title>
</head>
<body>
<h1>Getting Started with HTML</h1>
<h2>Our First Webpage</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment