Computer Science, asked by atul12345678932, 2 months ago

write html code to design a web web page that displays the following (1) (a-b)2=a2-2ab+b2. (2) co2 = carbondioxide.?​

Answers

Answered by rtshafiur
0

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>design a web page</title>

</head>

<body>

<p>(a-b)<sup>2</sup>=a2-2ab+b2.</p><br>

<p>co2 = carbondioxide.</p>

</body>

</html>

Similar questions