Create and edit an HTML5 table without the use of a library. Uses HTML5's contenteditable and minimal JavaScript.
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
<nav> | |
<ul> | |
<li><a href="#">Sales</a></li> | |
<li><a href="#">+</a></li> | |
<li><a href="#">Tunnel</a></li> | |
<li><a href="#">Surf</a></li> | |
<li><a href="#">Parties</a></li> | |
</ul> | |
<div class="search"> |