Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
select,
select::picker(select) {
appearance: base-select;
}
</style>
</head>
<body>
<select>
<option>one</option>
<option>two</option>
<option>three</option>
</select>
</body>
</html>