Created
January 7, 2020 22:45
-
-
Save shifatul-i/532bd6f168d2f50fa3b21c8dff145901 to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<h1 id="name"><b>Your Name</b></h1> | |
<p><i>About yourself.</i></p> | |
<a href="your url">your link text</a> | |
<img src="###" alt="Profile Picture"> | |
<h2 class="details">This is fun.</h2> | |
<h4 class="details">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