What can be nested inside <div> elements?

Question

What can be nested inside <div> elements?

Answer

<div> elements can contain flow content which includes elements like heading (<h1> - <h6>), <a>, <img>, <p>, <ul>, etc.

1 Like