Skip to content

Instantly share code, notes, and snippets.

@zackseuberling
Last active December 11, 2015 19:29
Show Gist options
  • Save zackseuberling/4648922 to your computer and use it in GitHub Desktop.
Save zackseuberling/4648922 to your computer and use it in GitHub Desktop.
Core interaction Lab 1, possible HTML tags
<h1>Headers</h1>
<h2>Range</h2>
<h3>From</h3>
<h4>Big</h4>
<h5>To</h5>
<h6>Small</h6>
<hr />
<br />
<em>empashis</em>
<strong>strong</strong>
<center>center text</center>
<input type="radio" />
<input type="checkbox" />
<input type="submit" />
<input type="text" />
<ol>
<li>List item</li>
<li>&hellip;</li>
</ol>
<ul>
<li>List item</li>
<li>What&rsquo;s the difference?</li>
</ul>
<a href="http://google.com">Go to Google.com</a>
<img src="assets/images/filename.jpg" />
<!-- comments are unseen -->
&nbsp;
&copy;
&times;
&ndash;
&mdash;
&rsquo;
&lsquo;
&ldquo;
&rdquo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment