Computer Science, asked by nanms5674, 11 months ago

Which HTML tag would be used to display power in expression (A+B) 2? A) b) c) d)

Answers

Answered by amitnrw
3

Answer:

<sup>

Explanation:

The <sup> tag defines superscript text.

Superscript text appears half a character above the normal line,

so <sup> tag can be used to display power in expression

(A + B)²

HTML - Hyper Text Mark up Language

Hypertext Markup Language (HTML) is the standard markup language for

documents designed to be displayed in a web browser.

It can be assisted by technologies such as Cascading Style Sheets (CSS) and

scripting languages such as JavaScript.

There are some WYSIWYG editors (What You See Is What You Get),

in which the user lays out everything as it is to appear in the HTML document

using a graphical user interface (GUI), often similar to word processors.

Similar questions