Skip to content

Instantly share code, notes, and snippets.

@BhuvaniSubbiah
Created February 26, 2015 15:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BhuvaniSubbiah/15ea61e1d15487accbf6 to your computer and use it in GitHub Desktop.
Save BhuvaniSubbiah/15ea61e1d15487accbf6 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Basic Html Tags</title>
</head>
<body>
<img src ="Path of the file">//imagefile
<b>Hello</b>//bold
<i>hai</i>//italic
<u>Wonderful</u>//underlined
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment