Dev Tips
Loading...
<canvas>
for Drawing<canvas>
element to draw graphics on the fly using JavaScript.<svg>
for Vector Graphics<svg>
element to embed scalable vector graphics in your web pages.<details>
and <summary>
<details>
element to create collapsible content and the <summary>
element to provide a summary for the content.<mark>
for Highlighting<mark>
element to highlight text.<wbr>
for Line Break Opportunities<wbr>
element to specify where a line break can occur.