Skip to content

Instantly share code, notes, and snippets.

View Darkace01's full-sized avatar
✍️
On C#

Kazeem Quadri Darkace01

✍️
On C#
View GitHub Profile
@Darkace01
Darkace01 / countrydropdown.html
Created August 6, 2019 08:59 — forked from danrovito/countrydropdown.html
HTML Country Select Dropdown List
<label for="country">Country</label><span style="color: red !important; display: inline; float: none;">*</span>
<select id="country" name="country" class="form-control">
<option value="Afghanistan">Afghanistan</option>
<option value="Åland Islands">Åland Islands</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
@Darkace01
Darkace01 / index.html
Created April 9, 2019 09:37
Simple #5
<div id="controls"></div>
@Darkace01
Darkace01 / html5-editable-table.markdown
Created December 6, 2018 02:29
HTML5 Editable Table

HTML5 Editable Table

Create and edit an HTML5 table without the use of a library. Uses HTML5's contenteditable and minimal JavaScript.

A Pen by giovanni on CodePen.

License.