CBSE Class 10 Computer Applications
Question 154 of 176
HTML I — Basic HTML Elements — Question 27
Back to all questions 27
Question Question 18(vii)
What is wrong in the following coding ?
<P Font face = "Arial" color = "Blue">
The paragraph <P> tag and the font <FONT> tag should be written in separate angle brackets as both are different tags.
The correct code is as follows:
<P> <FONT face = "Arial" color = "Blue">