Skip to content

Instantly share code, notes, and snippets.

@biglovisa
Created June 1, 2017 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biglovisa/6ce09f4fb2024760960b329fe91b2c69 to your computer and use it in GitHub Desktop.
Save biglovisa/6ce09f4fb2024760960b329fe91b2c69 to your computer and use it in GitHub Desktop.
Starter HTML for dom lesson
<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