Skip to content

Instantly share code, notes, and snippets.

@benscarisdead2
Created May 23, 2017 15:33
Show Gist options
  • Save benscarisdead2/f728bc2bbd569acc72fdeb5c3a818502 to your computer and use it in GitHub Desktop.
Save benscarisdead2/f728bc2bbd569acc72fdeb5c3a818502 to your computer and use it in GitHub Desktop.
Code HTML to spec project - Ben Scarborough
<!DOCTYPE html>
<html>
<head>
<title>Code HTML to Spec project</title>
<h1>Honey Badger</h1>
<h3>AKA, The Bear Skunk (not really though)</h3>
</head>
<body>
<h2>Overview</h2>
<h3>AKA, The Ratel (seriously this time)</h3>
<p>The honey badger (Mellivora capensus), also known as the ratel, is the only species in the world <a href="https://en.wikipedia.org/wiki/Mustelid">mustelid</a> subfamily Mellivorinae and its only genus Mellivora.
It is native to Africa, Southwest Asia, and the Indian subcontinent. Despite its name, the honey badger does not closely resemble other badger species; instead
it bears more anatomical similarities to weasels."</p>
<img src="http://bit.ly/2pHs298" alt="honey_badger">
<h3>Taxonomy</h3>
<table>
<tr>
<th>Name</th>
<th>Location</th>
</tr>
<tr>
<td>Cape ratel</td>
<td>South and southwestern Africa</td>
</tr>
<tr>
<td>Ethiopian ratel</td>
<td>Ethopia</td>
</tr>
<tr>
<td>Turkmenian ratel</td>
<td>Turkmenistan</td>
</tr>
</table>
<article>
<h3>Characteristics</h3>
<p>The honey badger has a fairly long body, but is distinctly thick-set and broad across the back. Its skin is remarkably loose, and allows it to turn and twist freely within it.</p>
<aside><p>The honey badger has short and sturdy legs, with five toes on each foot.</p></aside>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment