Problem:- Create a given table in HTML or How to Create Student Registration Form with HTML Code? or HTML Code for Designing of a Registration Form using Table or HTML Code for Designing of a Registration Form using Table.
How to Solve:- So In this problem, we have to table in HTML, as we can see that table have multiple rows and a column for rows and column there are <tr> and <td> tags used. we will try to create the same table as problem requirement but I want to tell you one thing while creating a table color may be different so don't worry about color actually we have to focus on creating a table, Color you can change and practice after table created.
Explanation:- Here are some basic tags that are used on the table, with the help of these Tags you can create a given table Easily. After the explanation section tries to modify the code with your code this will help you to find the error and modification value what you change. If you are facing any difficulty while creating a table let I know in the comment box so I can try to fulfill your query as soon as possible. for meantime read this tags and use.
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
Table.html
Output:
Table By-Ghanendra Yadav
------------------------------

need an explanation for this answer? contact us directly to get an explanation for this answer