KnowledgeBoat Logo
|

Computer Studies

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

a2b3 - c4d5

HTML Intro

81 Likes

Answer

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

Answered By

49 Likes


Related Questions