Created
August 11, 2013 07:16
-
-
Save anaszen777/6203840 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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