Computer Science, asked by smartyprince, 1 year ago

✨hey Plz give me the answer of my question✨

♥ HTML QUESTION ♥

Attachments:

Answers

Answered by AliaaBhatt
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 ☺

AliaaBhatt: dhanyavaad ☺
AliaaBhatt: ty didi☺
Anonymous: oye ladki ❤❤ bhut tarraki ho raha hai computer me ✌✌
Anonymous: Rocking answer ❤❤✌✌
AliaaBhatt: hehe☺thku didi❤❤
Anonymous: wellu fuggi ❤❤
AliaaBhatt: ❤thnku mele cola☺
Answered by MoonGurl01
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....

rakeshmohata: fabulous!! ❤️
AliaaBhatt: fab answer❤
smartyprince: thank you
Similar questions