canvas (HTML) - The HTML <canvas> element is used to draw graphics on a web page. The HTML <canvas> elemen is only a container for graphics.
You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, text, and adding images.
CCS - Cascading Style Sheets - file created for designing a website
checkbox - <input type="checkbox"> defines a checkbox. The checkbox is shown as a square box that is ticked (checked) when activated.
contenteditable (HTML) - The HTML contenteditable attribute empowers users to directly edit the content of an element.
By setting this attribute to true, you transform a static element into an editable field.
This feature opens up possibilities for creating interactive and user-generated content,
but it also comes with challenges in terms of data management and security.
Categories:
- CSS

