0
How to add numbers ?
8 ответов
+ 6
<!DOCTYPE html>
<html>
<head>
<title>LOL</title>
</head>
<body>
<script>
var x = 1;
var y = 2;
var z = x + y;
document.write(z);
</script>
</body>
</html>
Done.
+ 5
finish your html course and then take the JavaScript course. it's all explained there.
+ 4
can you please mention the situation where you need a number as input, or go through the course to see it
+ 2
thanks
+ 1
please specify your question. where do you want to add numbers? what numbers?
+ 1
you can use JavaScript or PHP to add numbers in a HTML document
+ 1
what is its coding
+ 1
is he just making fun?