Computer Science, asked by nishajadhav76, 5 months ago

Write an HTML code to display the text in the following way:
HTML stands for Hyper Text Markup Language (with blue color, Font size 20)

Answers

Answered by deepakumar61
6

Answer:

<DOCTYPE HTML>

<HTML>

<body>

<p><font-size=20>HTML stands for Hyper Text Markup Language (with blue color, Font size 20)</p></font-size>

</body>

</html>

Similar questions