Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save AndrewEddy/df14a40c6156304cea36 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>
<a href="http://www.google.com">
<img src="https://www.google.com/images/srpr/logo11w.png" alt="Google Logo" height="200px" width="200px">
</a>
</body>
</html>
@shiva5104
Copy link

Good

@karthi9788
Copy link

Good

@Amanchib
Copy link

Amanchib commented Mar 5, 2021

good

@Rabishranjan08
Copy link

good

@Hemanth-Akkenapally
Copy link

How to align that image (google) at center

@hackersworld123
Copy link

<style> img.Aj{ display: block; margin: 0 auto; } </style>

Google Logo

@sahukariprasanna
Copy link

ok

@khanafzu
Copy link

good

@anuraguchiha
Copy link

good

@Yashashwee
Copy link

Great

@DURGESAMSRINATH
Copy link

good

@Harsha-Vardhan12
Copy link

good

@pranjalbansal787
Copy link

Great

@NoSoyRo
Copy link

NoSoyRo commented Nov 14, 2022

great

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