Advertisements
Advertisements
Question
The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of the statement is mentioned under it.
<FONT type="arial">
<!--Type of Font should be Arial-->
Code Writing
Solution
The correct code is:
<FONT face=arial>
shaalaa.com
Is there an error in this question or solution?