HTML coding on oll tag
Answers
Answered by
0
Coffee
Tea
Milk
Coffee
Tea
Milk
Ninga:
on ol tag
Answered by
1
CODING :
<html>
<head><title> Properties of Acids </title></head>
<body>
Here are the physical properties of acids :
<ol>
<li> Sour taste
<li> pH less than 7
<li> turns blue litmus red
</ol>
</body>
</html>
OUTPUT :
Here are the physical properties of acids :
1. sour taste
2. pH less than 7
3. turns blue litmus red
#pragya.
<html>
<head><title> Properties of Acids </title></head>
<body>
Here are the physical properties of acids :
<ol>
<li> Sour taste
<li> pH less than 7
<li> turns blue litmus red
</ol>
</body>
</html>
OUTPUT :
Here are the physical properties of acids :
1. sour taste
2. pH less than 7
3. turns blue litmus red
#pragya.
Similar questions