Computer Science, asked by yug37, 1 year ago

Write a HTML code to print the following value x^+y^+z^

Answers

Answered by himanshupassey26
0
X^+y^+z^
Plz mark brainliest
Answered by lunakrystal
1
Your question is a bit wrong here..
it should be something like this:X^2+Y^3+Z^4(the powers of the variables can be any number)
so, the HTML code for the above value is:
<html>
<head>
<title>my webpage</title>
</head>
<body>
X<sup>2</sup>+y<sup>3</sup>+z<sup>4</sup>
</body>
</html>

hope it helps!
Similar questions