What is wrong in the following HTML Markup . < P Font face = "Arial" color = "Blue"
Answers
Answered by
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
Physics,
2 months ago
Science,
2 months ago
Psychology,
2 months ago
English,
4 months ago
Computer Science,
9 months ago