Computer Science, asked by sonalisarnal, 6 months ago

Write the HTML code snippet for the following

i) H2O

ii) This sentence is in bold & color green.​

Answers

Answered by bijendersinghratk38
0

Answer:

Yes ........1..............

2.............

Answered by gurunavu
0

The following code allows you to display the text as given in the question:

<HTML>

<HEAD>

<TITLE>

</TITLE>

</HEAD>

<BODY>

H<SUB>2</SUB>O is the formula for water.

</BODY>

</HTML>

Similar questions