Graphics defined by SVG is in which format?
XML format:-
XML is a software and hardware-independent tool is used for storing and transporting data.
SVG stands for Scalable Vector Graphics. SVG defines vector-based graphics in XML format.
SVG Example
<html>
<body>
<h1>My first SlightBook SVG</h1>
<svg width="250" height="250">
<circle cx="100" cy="100" r="80" stroke="Brown" stroke-width="8" fill="Red" />
</svg>
</body>
</html>
The <canvas> element in HTML5 is used to:
Which built-in HTML5 object is used to draw on the canvas?
In HTML5, which attribute is used to specify that an input field must be filled out?
Which input type defines a slider control?
Which input type defines a week and year control (no time zone)?