KnowledgeBoat Logo
|

Computer Studies

Write the HTML code for the following by using superscript and subscript tags:

a2b3 - c4d5

HTML Intro

80 Likes

Answer

a<SUP>2</SUP>b<SUP>3</SUP> - c<SUP>4</SUP>d<SUP>5</SUP>

Answered By

48 Likes


Related Questions