A
Size: a a a
A
SM
A
SM
SM
SM
A
SM
const newHtml = "<table style=\"width: 100%\"></table>"
document.body.innerHtml = newHtml;
const table = document.createElement('table');
table.style.width = '100%';
document.body.appendChild(table);
SM
SM
SM
MC
A
A
SM
A
MC
SM
SM
SM