Skip to content

Instantly share code, notes, and snippets.

@sonAndrew
Created May 23, 2017 18:02
Show Gist options
  • Select an option

  • Save sonAndrew/30204db007ca0c1c4361fec05d883546 to your computer and use it in GitHub Desktop.

Select an option

Save sonAndrew/30204db007ca0c1c4361fec05d883546 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>index.html</title>
</head>
<body>
<h1>Honey Badger</h1>
<h3>AKA, The Bear Skunk (not really though)</h3>
<article>
<h2>Overview</h2>
<h3>AKA, The Ratel (seriously this time)</h3>
<p>The honey badger (Mellivora campensis), also know as the ratel, is the only species in the <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="Mustelid">
</article>
<article>
<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>Ethiopia</td>
</tr>
<tr>
<td>Turkenian ratel</td>
<td>Turkmenistan</td>
</tr>
</table>
</article>
<h3>Characteristics</h3>
<article>
<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>
The honey badger has short and sturdy legs, with five toes on each foot.
</aside>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment