1. Which field contains the title of the E-mail message?
2. What will be the output of the following code?
<HTML>
<BODY>
<B> Fruits </B>
<OL type = "a">
<LI> Banana
<LI< Apple
</OL>
</BODY>
</HTML>
Answers
Answered by
0
Answer:
2. Fruits
- Banana
- Apple if you use <li></li>
Explanation:
Similar questions