Write HTML code to print the following heading:”I am a saite” in heading level 1
and blue color.
Answers
Answered by
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
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