К
Size: a a a
К
К
R
const buttonEl = document.createElement('button');
const linkEl = document.createElement('a');
linkEl.setAttribute("href", "https://google.com");
buttonEl.appendChild(linkEl);
document.body.appendChild(buttonEl);
R
К
R
К
const buttonEl = document.createElement('button');
const linkEl = document.createElement('a');
linkEl.setAttribute("href", "https://google.com");
buttonEl.appendChild(linkEl);
document.body.appendChild(buttonEl);
К
R
К
К
z
К
К
z
К
К
К
К