+ 2
Hey guys i am beginner Please tell me can we make a <table> inside <div> element using html
6 Answers
+ 8
Hello Hasnain, yes, you can make a <table> inside a <div>.
Actually you can put any inline and block-level elements inside <div>.
+ 3
Yes
consider <div> as a container that can hold almost all the tweaks you want for your website's page.
0
Hi Hasnain Ali,
Yes, you can.
0
Yes you surely can.
0
yes you can buddy. div element is use to create division of your html page. divide your page as you want then make table inside it.đ