Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<select>
<option>textcontent</option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>