Skip to content

Instantly share code, notes, and snippets.

@anaszen777
Created August 11, 2013 07:16
Show Gist options
  • Select an option

  • Save anaszen777/6203840 to your computer and use it in GitHub Desktop.

Select an option

Save anaszen777/6203840 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<h1>Way to insert image on a webpage.</h1>
<b><i><p>Below is a image :-</b></i></p>
<img src="http://1.bp.blogspot.com/-miqmqC8clI8/Ufixy7CFccI/AAAAAAAAADU/PdhBFd1Xwtg/s320/engagelikeusonfacebook.jpg" alt="Programming Skills" width="500px" height="500px">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment