Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<form role="search" method="post">
  <div>
	<label for="filter-input">Filter</label>
	<input id="filter-input" type="text" placeholder="Filter by department name" />
	<button>Update</button>
  </div>   
</form>

...