Advertisements
Advertisements
Question

<HTML>
<BODY>
<HEAD>
<TITLE>FOOTBALL CLUB</TITLE>
</HEAD>
<BODY>
<FONT FACE="Arial">
<P ALIGN="Center">
<H1><FONT COLOR= "Blue" >FOOTBALL CLUB</H1></FONT>
<BR>
______ ---- line 1 (tag to insert image "football.png" here)
</CENTER>
<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 and
<A HREF="history.html">proud history</A>.
We have several teams in various age groups from kids to
grownups so there is a team to suit any player
<BR><BR>
<U> ______ This year's motto: </A></U> ---line 2 (link to "moto.html)
<BR>
<I>We are the BEST: </I>
<HR>
<B>If you have any questions about us, send us a mail at [email protected]</B>
<BR>
<FONT SIZE=2>
<P ALIGN="Right">© Manchester Football Club Last updated
30<SUP>th</SUP> July 2017
</P>
______ --- line 3 (begin table here)
______ --- line 4 (Table's header rows)
<TR>... </TR>
:
______ --- line 5 (Table's footer rows)
</TABLE>
</FONT>
</FONT>
</BODY>
</HTML>
Consider the code written to create the above web page and answer the questions given below:
- Choose the correct option to fill up line 1.
- <IMaGE="football.jpeg">
- < SRC="football.jpeg" >
- <IMG ="football.jpeg">
- <IMG SRC="football.jpeg">
- Choose the correct option to fill up line 2.
- <A = "moto.html">
- <href = "moto.html">
- <linkto= "moto.html">
- <A href = "moto.html">
- Choose the correct option to fill up line 3.
- <Start Table>
- <BEGIN TABLE>
- <TABLE>
- <THEAD>
- Choose the correct option to fill up line 4.
- < Table Header>
- <HEADER>
- <Heading rows>
- <THEAD>
- Choose the correct option to fill up line 5.
- < Table Footer>
- <FOOTER>
- <Footer rows>
- <TFOOT>
Case Study
Advertisements
Solution
- <IMG SRC="football.jpeg">
- <A href = "moto.html">
- <TABLE>
- <THEAD>
- <TFOOT>
shaalaa.com
Is there an error in this question or solution?
