V
Size: a a a
V
VK
DD
DD
V
AF
var h1=document.getElementsByTagName('h1');
var box=document.querySelectorAll('.box');
box.forEach(function(item, i) {
item.addEventListener('click', function() {
console.log(h1[0]);
h1[i].style.display = "block";
})
})DD
VK
Н
К
PK
Иx
К
A
A
A
A
A

A
A