Computer Science, asked by shina35, 3 months ago

c. Write HTML tags as directed
(0) Use the FONT tag to display "This text is in blue colour."​

Answers

Answered by arqamiy2k2
2

<body>

<p style="color:blue;"> blue paragraph text</p>

</body>

Similar questions