7 lines
146 B
HTML
7 lines
146 B
HTML
<script>
|
|
window.onload = () => {
|
|
document.getElementById('a').appendChild(document.createElement('col'))
|
|
}
|
|
</script>
|
|
<fieldset id='a'>
|
|
<legend>
|