What is a better way to design the layout of a web page – a table tag or div?
0
- The better way to design the layout of the webpage is by using the
tag.
tag is used to present the data in tabular format.
- The