Aloitustagi
Aloinestagi, known in English as a start tag, is a markup construct that marks the opening of an element in languages such as HTML and XML. It appears at the beginning of an element’s content and is written inside angle brackets, containing the element name and optional attributes. For example, the start tag for a paragraph might look like <p class="intro">.
The start tag is paired with a matching end tag in many languages. The end tag typically
In HTML, start tags may be case-insensitive and can include multiple attributes with quoted values. In XML,
Etymology traces the term to the idea of “tagging” or marking the start of an element. The