Advanced Layout & Media Tags
<table>table
The table element defines a structure for arranging data into rows and columns.
<iframe>iframe
The iframe element embeds an entirely separate HTML page inside the current document.
<video>video
The video element embeds video files into a page and handles basic native player triggers.
<audio>audio
The audio element embeds multimedia sound clips with built-in playback interfaces.
<canvas>canvas
The canvas element creates an empty drawable region used to render graphic charts via scripts.