случайное изменение цвета с помощью javascript
#javascript Вопрос: <!DOCTYPE html> <html> <head> <title>Button Homework</title> <script> function first() { document.getElementById('type1').style.position = 'absolute'; document.getElementById('type1').style.left= "100px"; document.getElementById('type1').style.top= "200px"; var red = Math.floor(Math.random() * 256); var green = Math.floor(Math.random() *…