I am making a website where I want to organize my youtube videos. The only html functions is the table html function and very little of iframe. The number of columns will be 5. Can someone tell me how to organize videos on a website
I am making a website where I want to organize my youtube videos. The only html functions is the table html function and very little of iframe. The number of columns will be 5. Can someone tell me how to organize videos on a website
2
Answers
The MDN web docs are a great resource and you can find out more about tables here: https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Basics
That being said, tables are not always the best for organizing content on page and you may have to use
grid
orflexbox
in CSS.More on layouts can also be found on MDN: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout
Here’s an example of a table though:
try this one I think its helpful for you. Add your videos link to place of "video-link".