Skip to content

Instantly share code, notes, and snippets.

@AndrewEddy
Created May 18, 2015 16:51
Show Gist options
  • Select an option

  • Save AndrewEddy/9157f2048a159d0cf822 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewEddy/9157f2048a159d0cf822 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Getting Started with HTML</title>
</head>
<body>
<h1>Header 1</h1>
<p>This is an example of a paragraph.</p>
<p>This is my second paragraph.</p>
<h2>Header 2</h2>
<h3>Header 3</h3>
<h4>Header 4</h4>
<h5>Header 5</h5>
<h6>Header 6</h6>
<a href="http://www.google.com">Go to Google</a>
<img src="https://www.google.com/images/srpr/logo11w.png">
</body>
</html>
@SouvikKT
Copy link

good

@NoSoyRo
Copy link

NoSoyRo commented Nov 14, 2022

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment