Computer Science, asked by jiyaarora955, 8 months ago

Write HTML code to print the following heading:”I am a saite” in heading level 1
and blue color.

Answers

Answered by anindyaadhikari13
1

Answer:

<html>

<body>

<font color=blue>

<h1>I am a saite. </h1>

</font>

</body>

</html>

Explanation:

Hope this will help you..Please mark this answer as the brainliest..

Answered by MohakBiswas
0

Answer:

<html>

<body>

<font colour=blue>

<h1> I am a saite. </h1>

</font>

</body>

</html>

Explanation:

Hope it helps you, mark it as brainliest and follow me ...

Similar questions