About 235,000 results
Open links in new tab
  1. Boolean attribute (HTML) - Glossary | MDN

    Jul 11, 2025 · A boolean attribute in HTML is an attribute that represents true or false values. If an HTML tag contains a boolean attribute — no matter the value of that attribute — the attribute is …

  2. The 29 Boolean Attributes of HTML · Jens Oliver Meiert

    There are Boolean attributes in HTML and, unless I err somewhere, there are two dozen of them. Here’s a quick rundown of what makes for a Boolean attribute, and what Boolean attributes …

  3. Boolean attributes in HTML - Kieran Barker

    Jul 3, 2020 · Summary You can set a boolean attribute in one of three ways: Omit the value (e.g. required) Use an empty string (e.g. required="") Use the name of the attribute itself (e.g. …

  4. What does it mean in HTML 5 when an attribute is a boolean attribute ...

    Nov 9, 2010 · A number of attributes are boolean attributes. The presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false …

  5. HTML attribute reference - MDN Web Docs

    6 days ago · Some content attributes (e.g., required, readonly, disabled) are called boolean attributes. If a boolean attribute is present, its value is true, and if it's absent, its value is false.

  6. Boolean - Glossary | MDN

    Jul 11, 2025 · A boolean attribute in HTML is an attribute that represents true or false values. If an HTML tag contains a boolean attribute — no matter the value of that attribute — the attribute is …

  7. Boolean algebra - Wikipedia

    Boolean algebra In mathematics and mathematical logic, Boolean algebra is a branch of algebra. It differs from elementary algebra in two ways. First, the values of the variables are the truth …

    Missing:
    • attribute
    Must include:
  8. HTML Standard - WHATWG

    2 days ago · A number of attributes are boolean attributes. The presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false value.

  9. List of all boolean attributes in html 5 · GitHub

    Oct 7, 2023 · A number of attributes are boolean attributes. The presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false …

  10. Custom Data & Boolean Attributes | Learn Code With Durgesh

    Learn HTML custom data (data-*) and boolean attributes. Understand how to use them for dynamic behavior, element state, and cleaner web development.