Computer Science, asked by aiyatri2020, 5 hours ago

write a html program to display the following lines:

(a-b)^2 =a^2+b^2-2ab

(add bgcolor,fontcolor,title)

please guys help me it's very urgent for me and please don't write unnecessary answers please. ​

Answers

Answered by sanjay000022
1

html program

<!DOCTYPE html>

<html>

<body>

<P>(A-B) <sup>2</sup>=a<sup>2</sup>+b<sup>2</sup> -2ab

</body>

</html>

Similar questions