Computer Science, asked by pankajpandey2809, 5 months ago

Write a HTML code to print following:

(i) (A-B)2=A2+B2

-2AB
(ii) A1+B1+(C+D)3 ​

Answers

Answered by artibijlwan11
0

Answer:

1-

<html>

<head>

<title> maths equation

</head>

<body>

<p> (A-B)2=A2+B2</p>

</body>

2-

1-

<html>

<head>

<title> maths equation

</head>

<body>

<p> A1+N1+(C+D)</p>

</body>

Similar questions