• NeuroPace
  • Home
  • Explore

    Flashcards

    What is void element ?

    An element without a closing tag is known as a void element.

    What are HTML attributes ?

    HTML attributes are special words used inside the opening tag of an element to control the element's behavior. just like arguments of a function.

    What is fieldset ?

    The <fieldset> tag is used to group related elements in a form.

    What is rem ?

    In CSS rem stands for “root em”, a unit of measurement that represents the font size of the root element.