0
Wt is the use of body and table?
Plz Answer me
1 Respuesta
0
<body> is a mandatory tag of any html document. Usually <body> is a child element of the <html> tag. Inside the <body> is located all the visible content of the web page. For example, text, photos or video. <table> is an optional element. It is used to create a table. Table row tags (<tr>) can often be found inside this element.