In HTML, a tag is used for creating an element.
The name of an HTML element is the name that appears at the beginning of the element's start tag and at the end of the element's end tag (if the element has an end tag). For example, the p
in the <p>
start tag and </p>
end tag is the name of the HTML paragraph element. Note that an element name in an end tag is preceded by a slash character: </p>
, and that for void elements, the end tag is neither required nor allowed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4