Write a HTML code to print the following value x^+y^+z^
Answers
Answered by
0
X^+y^+z^
Plz mark brainliest
Plz mark brainliest
Answered by
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!
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
English,
7 months ago
Math,
7 months ago
History,
7 months ago
Computer Science,
1 year ago
Social Sciences,
1 year ago
English,
1 year ago
Science,
1 year ago