|
Answer» are used to arrange data in the form of rows and columns. The tag is used to create the table in HTML. Inside the tag each row is defined by tag. The defines a data cell inside. Example : | HTML | CSS | JavaScript | | Markup Language | Design and layout | Scripting Language | OUTPUT - ★ HTML file for a table of 3 rows and columns - The following table is regarding the major MINERAL resources of India and world. The tag is used to give TITLE to the table. ...... Major mineral resources of India and world. | Mineral | India | World | | Iron | Odisha,KARNATAKA | China,BRAZIL | | Bauxite | Maharashtra,Jharkhand | Australia,Guinea | The attachment has the output of the above given. |
|