Skip to content

Instantly share code, notes, and snippets.

@shifatul-i
Last active January 7, 2020 22:16
Show Gist options
  • Save shifatul-i/b50c84bf739fe05479516a055fb2e633 to your computer and use it in GitHub Desktop.
Save shifatul-i/b50c84bf739fe05479516a055fb2e633 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1><b>Your Name</b></h1>
<p><i>About yourself.</i></p>
<a href="your url">your link text</a>
<img src="profile_pic.jpg" alt="Profile Picture">
<h2>This is fun.</h2>
<h4>This is so much fun.</h4>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment