Created
May 23, 2017 15:33
-
-
Save benscarisdead2/f728bc2bbd569acc72fdeb5c3a818502 to your computer and use it in GitHub Desktop.
Code HTML to spec project - Ben Scarborough
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
<!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