Computer Science, asked by sanskafatqv, 10 months ago

Write the HTML command to display the following on your web page:
A-B=(A+B)(A-B)​

Answers

Answered by sushiladevi4418
0

Answer:

HTML command to display A-B=(A+B)(A-B)​ on the web page:

Explanation:

<html>

<head>

<title>Maths Formula </title>

</head>

<body bgcolor = "red" topmargin = "50"  >

<h1>a-b=(A+B)(A-B) </h1>

</body>

<html>

Similar questions