In HTML, attributes are present only in the starting (opening) tag. For example, in , the 'href' attribute is in the opening tag. The closing tag () never contains attributes - it only contains the tag name preceded by a slash. This is consistent across all HTML elements.