Created
June 18, 2017 08:42
-
-
Save suplo/081c47e7a1384cd618e25fafbdb2c4d0 to your computer and use it in GitHub Desktop.
Simple html file
This file contains hidden or 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
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<p>first sentence</p> | |
<p>second sentence</p> | |
<div><span>another sentence</span></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment