René's URL Explorer Experiment


Title: Remove self-closing tags by hugovk · Pull Request #226 · python/python-docs-theme · GitHub

Open Graph Title: Remove self-closing tags by hugovk · Pull Request #226 · python/python-docs-theme

X Title: Remove self-closing tags by hugovk · Pull Request #226 · python/python-docs-theme

Description: Self-closing tags () do not exist in HTML. If a trailing / (slash) character is present in the start tag of an HTML element, HTML parsers ignore that slash character. This is especially important to remember for elements such as