Created
July 10, 2018 23:18
-
-
Save dopeboy/5d94972219b9a26dde61c46155129135 to your computer and use it in GitHub Desktop.
YCC
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> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<h1>About me</h1> | |
<p>My name is Manish Sinha and I'm an engineer.</p> | |
<h2>My favorite foods</h2> | |
<ol> | |
<li>Pizza</li> | |
<li>Ice cream</li> | |
</ol> | |
</body> | |
</html> |
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
body { | |
background-color: pink; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment