an html table begin with what table tag and ends with what that table tag​

By Cora

an html table begin with what table tag and ends with what that table tag​

About the author
Cora

2 thoughts on “an html table begin with what table tag and ends with what that table tag​”

  1. an html table begin with what table tag and ends with what that table tag

    answer is=

    <table>

    <tr> <!–table row–>

    <th> </th> <!–table header–>

    </tr>

    <tr>

    <td> </td> <!–table data–>

    </tr>

    Reply
  2. Answer:

    Step-by-step explanation:

    Generally, we use table tag to insert table in html file. Table header stats with <th> tag and end with </th> tag.

    Reply

Leave a Comment