Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<form>
<select id="select">
<label id="label">
<script>
label.outerHTML = select.outerHTML;
</script>