For a school project, I am focusing on the use of radio buttons and checkboxes. While I have found plenty of code examples online for creating them, I am limited to using certain HTML tags and cannot use jQuery.
The permitted tags include:
• html, head, body, title, meta, link
• header, section, article, footer
• div
• h1-h6
• p
• span
• ul, ol, li
• a
• img
• audio
Is it possible to implement checkboxes and radio buttons using only these specified tags?