Computer Science, asked by Anonymous, 1 year ago

solve ɪᴛ


ᴡʀɪᴛᴇ ᴛʜᴇ ʜᴛᴍʟ ᴩʀᴏɢʀᴀᴍ



ɴᴏ ꜱᴩᴀᴍ​

Attachments:

Answers

Answered by sakshi25adlakha
1

Answer:

<HTML>

<BODY>

<H1 ALIGN=CENTER>FOOTBALL CLUB</H1>

<IMG SRC="whatever it is" ALIGN = CENTER>

<B>Welcome to the website of manchester football club</b>

<br>

The Manchester Football Club is .................player.

<br>

<u> This years moto:</u>

<br>

We are best

<br><br>

<HR>

<b>

<PRE>

If you Have any Question mail us at....

                                                                   @Manchester.....................

</PRE>

</body>

</html>

Answered by Anonymous
9

<!DOCTYPE html>

<!-- Code written by Mahnaz -->

<html>

   <head>

      <title>Football Club</title>

   </head>

   <body>

     <font face="Arial">

     <!-- OR you can use any font instead of Arial -->

     <center>

     <h1><font color="purple">FOOTBALL CLUB</font></h1>

     <!-- OR you can use any color instead of purple -->

     <br>

     <img src="https://cdn.pixabay.com/photo/2013/07/13/10/51/football-157931__340.png" width="100" height="100">

     <!-- OR <img src="football.jpeg"-->

     </center>

     <br>

     <b>

       Welcome to the website of the Manchester Football Club

     </b>

     <br>

       The Manchester Football Club is based in United States of America and has a long proud history.We have several teams in various age groups from kids to grownups so there is a teams in various age groups to suit any player.

      <br><br>

      <u>This year's motto:</u>

      <br>

      <i>We are the BEST:</i>

      <hr>

      <b>If you have questions about us, send us a mail at [email protected]</b>

      <br>

      <font size=2>

      <!-- OR you can adjust the size with your choice -->

      <p align="right">&copy; ManchesterFootball Club, Last updated 30<sup>th</sup> July 2017</p>

       </font>

       </font>

   </body>

</html>

Attachments:
Similar questions