You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title> Обчислення площі прямоĸутного триĸутниĸа </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /›
‹script language-"Javascript",
function areal (a,h)
form1. output1. value-(a. value*h.value)/2;
</script>
</head>
<body>
<р> обчислення площі прямоĸутного триĸутниĸа </р>
<form name=" form1">
‹fieldset style-"width: 40%"›
<legend> Введення даних </legend>
Основа: <input type-"text" size=7 name="st1">
Висота: <input type-"text" size=7 name-"st2"› <br>
</fieldset>
‹fieldset style-"width: 40%"›
<legend› Обробĸа та виведення даних </legend>
Площа:
‹input type-"text" size-7 name-"output1" readonly > <br>
<input type-"button" value-"обчислити" style-"margin:10px" onclick="areal (formi.st1,
form.st2)“
</fieldset>
</form>
</body>
</html>.

You might also like