Computer Science, asked by anaya2ellie, 5 months ago

Identify the code to set the text “KIPS” in bold, italics and underline format.
<p>KIPS</P>
<B><I><U>KIPS</U></I></B>
<B>KIPS<//B>
None of these​

Answers

Answered by BrainlyProgrammer
1

Answer:

Option B:<B><I><U>KIPS</U></I></B>

The output of the above statement will be...

KIPS

Similar questions