Skip to content

Instantly share code, notes, and snippets.

@jjsub
Forked from BhuvaniSubbiah/basic.html
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjsub/991a961204d66123ceed to your computer and use it in GitHub Desktop.
Save jjsub/991a961204d66123ceed 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