write a program to highlight your school Name at centre in blue colour with comic sans style size of font 45
Answers
Answered by
4
Answer:
<html>
<head> </head>
<body>
<center>
<font size="45" family="comic sans" color="blue"><mark> name of the school xyz </font> </mark>
</center>
</body>
</html>
Answered by
1
The program is as under.
Explanation:
<!DOCTYPE html>
<head> School Website </head>
<body>
<div id = "ans">
<center>
<font size="45" family="comic sans" color="blue"><mark> Army Public School </font> </mark>
</div>
</center>
</body>
</html>
Similar questions
Computer Science,
2 months ago
Math,
2 months ago
India Languages,
2 months ago
Math,
5 months ago
Psychology,
10 months ago