Computer Science, asked by vishruth35, 9 months ago

Write the HTML codes to generate the following webpages.
1.

GLOBAL SCHOOL

We believe in helist development of a child
The school is located in the hearts of Darjeeling where peace and serenity prevails. We offer
the following facilities in the school premises:
• Swimming
• Day Care
• Hostel
• Olymplads Coaching
• Smart Classes

-
-
-
-​ how ever answers it I will make her /him a brainliest​

Answers

Answered by yudhistiricaspa
2

Answer:

this is nothing fancy just a quick program

Explanation:

<html>

   <head>

       <title>global school .com</title>

   </head>

   <body bgcolor="blue">

       <h3>global school</h3>

       <p>We believe in helist development of a child

          The school is located in the hearts of Darjeeling where peace and serenity prevails.</p>

       <p>

           We offer

          the following facilities in the school premises:<br>

           • Swimming<br>

           • Day Care<br>

           • Hostel<br>

           • Olymplads Coaching<br>

           • Smart Classes<br>

       </p>

   </body>

</html>

Similar questions