Добавил:
Вуз:
Предмет:
Файл:
<!DOCTYPE html>
<html>
<head>
<title>Вариант 1<title>
<style>
/* стили для фона */
body {
width: 100%; /* устанавливаем ширину для тега body 100%*/
height: 100%; /* устанавливаем высоту для тега body 100%*/
text-align: center; /* выравниваем по центру все что в теге body */
}
</style>
</head>
<body>
<div id="rabota"></div>
<button type="button" onclick="start()">Перезапустить</button>
<var button1=document.getElementById('button1');
var button2=document.getElementById('button2');
button1.addEventListener(click,function(){
this.style.backgroundColor='red';
});
button2.addEventListener('click',function(){
button1.style.backgroundColor='green';
});>
</body>
</html>
<html>
<head>
<title>Вариант 1<title>
<style>
/* стили для фона */
body {
width: 100%; /* устанавливаем ширину для тега body 100%*/
height: 100%; /* устанавливаем высоту для тега body 100%*/
text-align: center; /* выравниваем по центру все что в теге body */
}
</style>
</head>
<body>
<div id="rabota"></div>
<button type="button" onclick="start()">Перезапустить</button>
<var button1=document.getElementById('button1');
var button2=document.getElementById('button2');
button1.addEventListener(click,function(){
this.style.backgroundColor='red';
});
button2.addEventListener('click',function(){
button1.style.backgroundColor='green';
});>
</body>
</html>
Соседние файлы в папке ЖАВА
