Computer Science, asked by sksharmaqc, 4 months ago

What is wrong in the following HTML Markup . < P Font face = "Arial" color = "Blue"​

Answers

Answered by Shri7171
1

Answer:

correct Answer is:

<p style="font-face:Arial; color:blue;"></p>

Explanation: You have to declare all the styling elements inside the style tag only because those properties are CSS.

Similar questions