Computer Science, asked by sefta, 9 months ago

Write the HTML code to display (A+B)2 = A2 + B2 + 2AB
your web page.​

Answers

Answered by suskumari135
103

HTML code to display (A+B)2 = A2 + B2 + 2AB  in web page.​

Explanation:

< sub > tag :

Tag <sub> is used for subscript.

The tag < sub > is used to represent the text in subscript. The subscript text appears in a smaller font below the normal line. In order to represent chemical formulas such as H_2O, subscription text is useful.

<sup> tag :

Tag <sup> is used for superscript. Similarly, the < sup > tag is above the normal line. This can be used to specify formulas such as a^2+b^2=2ab

HTML code to represent (A+B)^2 = A^2 + B^2 + 2AB

<!DOCTYPE html>

<html>

<body>

<P>(A+B) <sup>2</sup>=A<sup>2</sup>+B<sup>2</sup> +2AB

</body>

</html>

Answered by gd036344
0

Answer:

subscript

Explanation:

पूजापूजा बिहार लैंड अबाउट इंटरेस्टिंग डिफरेंट टाइप ऑफ एलिमेंट लाइट टेक्स्ट ब्रेक हेडिंग होरिजेंटल लाइन एक्सेप्ट साइंस चैप्टर ऑल टेल मी हाउ टू एंड data-sly-list फॉर्म और प्वाइंट इन एचटीएमएल

Similar questions