Computer Studies

Write the HTML code for the following by using superscript and subscript tags:

p2 + q2 - r2

HTML Intro

96 Likes

Answer

p<SUP>2</SUP> + q<SUP>2</SUP> - r<SUP>2</SUP>

Answered By

43 Likes


Related Questions