Question

<table> <tr> <th>Assignment</th> <th>Points</th> <th>Due Date</th> </tr> <tr> <td>Project 1</td> <td>120</td> <td>Feb 2</td>
0 0
Add a comment Improve this question Transcribed image text
Answer #1

SOURCE CODE:

*Please follow the comments to better understand the code.

**Please look at the Screenshot below and use this code to copy-paste.

***The code in the below screenshot is neatly indented for better understanding.

Answer: 3 columns and 3 rows

Explanation:-

<!--Start of the table tag-->
<table>
<!--Row-1-->
<tr>
<th>Assignment</th> <!--Col-1-->
<th>Points</th> <!--Col-2-->
<th>Due Date</th> <!--Col-3-->
</tr>
<!--Row-2-->
<tr>
<td>Project 1</td>
<td>120</td>
<td>Feb 2</td>
</tr>
<!--Row-3-->
<tr>
<td>Project 2</td>
<td>220</td>
<td>Mar 2</td>
</tr>
</table>
<!--End of the table tag-->

It actually has 3 columns(Assignment,Points+Due Date) and 3 Rows(one header + project1+project2)

Note:- If YOU do not count the header as a part of the row, then the answer would be 3 columns and 2 Rows.

If there are any doubts, comment down here. We are right here to help you. Happy Learning..!! PLEASE give an UPVOTE I Have Pu

Add a comment
Know the answer?
Add Answer to:
<table> <tr> <th>Assignment</th> <th>Points</th> <th>Due Date</th> </tr> <tr> <td>Project 1</td> <td>120</td> <td>Feb 2</td> <</tr> <tr> <td&
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT