Computer Science, asked by Anonymous, 11 months ago

HOLA MATES ❣❣



SOLVE THIS :

WRITE THE HTML CODES FOR THE FOLLOWING BY USING SUPERSCRIPT AND SUBSCRIPT TAGS.


1)
a {}^{2}b {}^{3}  - c {}^{4}d {}^{5}



A HUMBLE REQUEST OF JUHI ❤❤


Answers

Answered by Anonymous
5
HTML CODING FOR a {}^{2}b {}^{3} - c {}^{4}d {}^{5}

<HTML>
<HEAD>
<TITLE>HTML CODING </TITLE>
</HEAD>
<BODY>

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

</BODY>
</HTML>

Anonymous: Please try this coding. If there is any fault, then tell me.
Anonymous: Thanx
Anonymous: ^_^
Answered by Anonymous
6
HII ❤️❤️

=================================

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

</ BODY >
< /HTML>

=================================

THANKS ❤️❤️

Anonymous: There should be no space inside the tags.
Similar questions