how to Create a webpage using HTML tags displaying a table with student details of any 5 s
. The table headings can have Roll No, Student name, II Lang, III lang, House name. Include a heading for the table and center align it using appropriate HTML tags.
Answers
Answered by
0
Explanation:
You can create a table using the <table> element. Inside the <table> element, you can use the <tr> elements to create rows, and to create columns inside a row you can use the <td> elements. You can also define a cell as a header for a group of table cells using the <th> element.
Similar questions