8.9k views
0 votes
Write an HTML document to display a^3-b^3


1 Answer

4 votes

Answer:

DOCTYPE html>

<html>

<body>

<h1> a^3-b^3 </h1>

<h2> a^3-b^3 </h2>

<h3> a^3-b^3 </h3>

<h4> a^3-b^3 </h4>

<h5> a^3-b^3 </h5>

<h6> a^3-b^3 </h6>

</body>

</html>

DISPLAYED AS HEADINGS

User Stackinfostack
by
6.2k points