Computer Science, asked by niti3444, 5 months ago

write a program to highlight your school Name at centre in blue colour with comic sans style size of font 45​

Answers

Answered by annanya04gairola
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 steffiaspinno
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