When writing about HTML, especially in the context of accessibility audits, you always need to be very clear in what you mean. Otherwise, the guidance is challenging to read for your audience. I recommend to always include brackets with the element names. You can differentiate attributes and values by using these words. Always include the word “value” when talking about values. First mention of an element: “<h1> element” First mention of an attribute: “id attribute” First mention ...