1.

Write the HTML files for three rows and three columns

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 :
HTMLCSSJavaScript
Markup LanguageDesign and layoutScripting 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.
MineralIndiaWorld
IronOdisha,KARNATAKA China,BRAZIL
BauxiteMaharashtra,JharkhandAustralia,Guinea
   The attachment has the output of the above given.


Discussion

No Comment Found