Module-3 html-5
Module-3 html-5
4. Support flex-box and Grid: The modern CSS features like flex-box and
grid. Bootstrap supports flex-box and grid for layout system. Making is
easier to create complex and flexible layout.
Example:
Output:
Example:
<svg width="500" height="300">
<rect x="0" y="0" width="200" height="200" fill="red"></rect>
</svg>
Canvas: The canvas tag is used to draw graphics, on the fly via java
script. The canvas tag is transparent, and is only for container
graphics, you must use a script to actually draw the graphics.
Example:
<canvas> This is a canvas tag </canvas>