The file is called 42 Weird table.html
Code:
<!DOCTYPE html>
<html>
<head>
<title>Surreal Animals</title>
<style>
body {background-color:blue;}
table{ color: red;}
h1 {color: red;}
</style></head>
<body>
<h1>top 5 Surreal animals and where to find them<h1>
<table>
<tr><th>Number</th><th>Animal</th><th>Location<th></tr>
<tr><td>10</td><td>The White wale</td><td>Off Mexico's coast</td></tr>
<tr><td>9</td><td>Stiletto Snake</td><td>Guinea/Liberia</td></tr>
<tr><td>8</td><td>Melting Fish</td><td>Atacama Trench</td></tr>
<tr><td>7</td><td>The Lagoon Blob</td><td>Vancouver</td></tr>
<tr><td>6</td><td>Football-Sized Isopods</td><td>Gulf of Mexico</td></tr>
<tr><td>5</td><td>Blue Lobster</td><td>A science center</td></tr>
<tr><td>4</td><td>An Enormous Bee</td><td>Bacan Islands</td></tr>
<tr><td>3</td><td>Arachnid with Rabbit ears</td><td>Amazon Rain Forest</td></tr>
<tr><td>2</td><td>Rainbow Squirrel</td><td>Indian Peninsula</td></tr>
<tr><td>1</td><td><i>Pyrosoma</i> Colony</td><td>White Island (NZ)</td></tr>
</table>
<img src="http://listverse.wpengine.netdna-cdn.com/wp-content/uploads/2019/04/3-arachnid-with-rabbit-head.jpg" alt="Rabbit eared Arachnid" title="Rabbit eared? Wolf faced?">
<img src="http://listverse.wpengine.netdna-cdn.com/wp-content/uploads/2019/04/4a-wallaces-giant-bee.jpg" alt="Wallace bee" title="But does it make honey float="right">
</body></html>
No comments:
Post a Comment