Computer Science, asked by guddijain399, 3 months ago

LAB EXERCISE
Predict the output.
<HTML>
<HEAD>
<TITLE> creating formulas </TITLE>
</HEAD>
<BODY>
<B><U><I> Mathematical formula </I> </U> </B>
<p>The basic formula for water is H<sub>2</sub>0.</p>
<p>The <b>Pythagorean theorem </b> is often expressed as the following
equation:</p>
<p>a<sup>2</sup>+ b<sup>2</sup>= c<sup>2</sup></p></U> </B>
</BODY>
</HTML>​

Answers

Answered by Anonymous
7

Output :

Mathematical formula

The basic formula for water is H2O.

The Pythagorean theorem is often expressed as the following equation:

a² + b² = c²

Similar questions