Last active
October 18, 2018 15:19
-
-
Save greglinch/32bf3601712e27b2c6dc85beeef809c3 to your computer and use it in GitHub Desktop.
Sample HTML page from Howard University ONA event
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> | |
<title>This is my test page</title> | |
</head> | |
<body> | |
<h1>My article headline</h1> | |
<p>This is <em>my</em> article.</p> | |
<p>It's the <strong>greatest</strong> article ever written.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment