✨hey Plz give me the answer of my question✨
♥ HTML QUESTION ♥
Attachments:
Answers
Answered by
30
Hola Waish☺☺
___________________________
✨HTML is an easy-to-understand language which is used for designing web pages...
✨In the above question there asking to make a table and all the tags which we are using are going to be under the table tag...
✨TABLE tag represents the data in the form of rows and columns...
___________________________
➡➡➡Here is ur answer ⤵⤵
<HTML>
<HEAD><TITLE>TABLE</TITLE></HEAD>
<BODY>
<TABLE>
<TR>
<TH>Sr. No</TH>
<TH>Roll no</TH>
<TH>Name</TH>
<TH>Team</TH>
</TR>
<TR>
<TD>1</TD>
<TD>1001</TD>
<TD>John</TD>
<TD>White</TD>
</TR>
<TR>
<TD>2</TD>
<TD>1002</TD>
<TD>Peter</TD>
<TD>Black</TD>
</TR>
<TR>
<TD>3</TD>
<TD>1003</TD>
<TD>Henry</TD>
<TD>Yellow</TD>
</TR>
<TR>
<TD>4</TD>
<TD>1004</TD>
<TD>James</TD>
<TD>Red</TD>
</TR>
<TR>
<TD>5</TD>
<TD>1005</TD>
<TD>Samson</TD>
<TD>Green</TD>
</TR>
<TR>
<TD>6</TD>
<TD>1006</TD>
<TD>Jonson</TD>
<TD>Blue</TD>
</TR>
</TABLE>
</BODY>
</HTML>
___________________________
✔<TH> = table heading
✔<TR> = table row
✔<TD> = table description
___________________________
hope it helps ☺
___________________________
✨HTML is an easy-to-understand language which is used for designing web pages...
✨In the above question there asking to make a table and all the tags which we are using are going to be under the table tag...
✨TABLE tag represents the data in the form of rows and columns...
___________________________
➡➡➡Here is ur answer ⤵⤵
<HTML>
<HEAD><TITLE>TABLE</TITLE></HEAD>
<BODY>
<TABLE>
<TR>
<TH>Sr. No</TH>
<TH>Roll no</TH>
<TH>Name</TH>
<TH>Team</TH>
</TR>
<TR>
<TD>1</TD>
<TD>1001</TD>
<TD>John</TD>
<TD>White</TD>
</TR>
<TR>
<TD>2</TD>
<TD>1002</TD>
<TD>Peter</TD>
<TD>Black</TD>
</TR>
<TR>
<TD>3</TD>
<TD>1003</TD>
<TD>Henry</TD>
<TD>Yellow</TD>
</TR>
<TR>
<TD>4</TD>
<TD>1004</TD>
<TD>James</TD>
<TD>Red</TD>
</TR>
<TR>
<TD>5</TD>
<TD>1005</TD>
<TD>Samson</TD>
<TD>Green</TD>
</TR>
<TR>
<TD>6</TD>
<TD>1006</TD>
<TD>Jonson</TD>
<TD>Blue</TD>
</TR>
</TABLE>
</BODY>
</HTML>
___________________________
✔<TH> = table heading
✔<TR> = table row
✔<TD> = table description
___________________________
hope it helps ☺
AliaaBhatt:
dhanyavaad ☺
Answered by
15
Hey mate,☺☺☺
Here is your answer...✨✨✨
➡➡➡➡➡➡➡➡➡➡➡➡➡
<HTML>
<HEAD> My First Web Page
<TITLE> TABLE </TITLE>
</HEAD>
<BODY>
<TABLE>
<TR>
<TH> Sr. No </TH>
<TH> Roll No. </TH>
<TH> Name </TH>
<TH> Team </TH>
</TR>
<TR>
<TD> 1 </TD>
<TD> 1001 </TD>
<TD> John </TD>
<TD> White </TD>
</TR>
<TR>
<TD> 2 </TD>
<TD> 1001 </TD>
<TD> Peter </TD>
<TD> Black </TD>
</TR>
<TR>
<TD> 3 </TD>
<TD> 1003 </TD>
<TD> Henry </TD>
<TD> Yellow </TD>
</TR>
<TR>
<TD> 4 </TD>
<TD> 1004 </TD>
<TD> James </TD>
<TD> Red </TD>
</TR>
<TR>
<TD> 5 </TD>
<TD> 1005 </TD>
<TD> Samson </TD>
<TD> Green </TD>
</TR>
<TR>
<TD> 6 </TD>
<TD> 1006 </TD>
<TD> Jonson </TD>
<TD> Blue </TD>
</TR>
</TABLE>
</BODY>
</HTML>
✔✔✔✔✔✔✔✔✔✔✔✔✔
Hope this will help you...✨✨✨
Keep Asking..✌✌✌
If really helps you, Please mark my answer as Brainliest....
Here is your answer...✨✨✨
➡➡➡➡➡➡➡➡➡➡➡➡➡
<HTML>
<HEAD> My First Web Page
<TITLE> TABLE </TITLE>
</HEAD>
<BODY>
<TABLE>
<TR>
<TH> Sr. No </TH>
<TH> Roll No. </TH>
<TH> Name </TH>
<TH> Team </TH>
</TR>
<TR>
<TD> 1 </TD>
<TD> 1001 </TD>
<TD> John </TD>
<TD> White </TD>
</TR>
<TR>
<TD> 2 </TD>
<TD> 1001 </TD>
<TD> Peter </TD>
<TD> Black </TD>
</TR>
<TR>
<TD> 3 </TD>
<TD> 1003 </TD>
<TD> Henry </TD>
<TD> Yellow </TD>
</TR>
<TR>
<TD> 4 </TD>
<TD> 1004 </TD>
<TD> James </TD>
<TD> Red </TD>
</TR>
<TR>
<TD> 5 </TD>
<TD> 1005 </TD>
<TD> Samson </TD>
<TD> Green </TD>
</TR>
<TR>
<TD> 6 </TD>
<TD> 1006 </TD>
<TD> Jonson </TD>
<TD> Blue </TD>
</TR>
</TABLE>
</BODY>
</HTML>
✔✔✔✔✔✔✔✔✔✔✔✔✔
Hope this will help you...✨✨✨
Keep Asking..✌✌✌
If really helps you, Please mark my answer as Brainliest....
Similar questions