Created
June 1, 2017 02:15
-
-
Save biglovisa/6ce09f4fb2024760960b329fe91b2c69 to your computer and use it in GitHub Desktop.
Starter HTML for dom lesson
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
<h1>Report Card</h1> | |
<p>Student Name: <span class="student">Your Name Here</span></p> | |
<ul> | |
<li>Physics, <span class="grade">D</span></li> | |
<li>Calculus 2, <span class="grade">F+</span></li> | |
<li>English Literature, <span class="grade">E</span></li> | |
</ul> | |
<p><span class="student">Your Name Here</span> is <span id="status">barely passing.<span></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment