:root Selector

Selects the element that is the root of the document.

.root()

In HTML, the root of the document, and thus the element that $(":root") selects, is always the <html> element.

Display the tag name of the root element.

JS
<div id="log">The root of this document is:</div>
CSS
span.fot {
  color: red;
  font-size: 120%;
  font-style: italic;
}
HTML
$("<b></b>").html($(":root")[0].nodeName).appendTo("#log");
DEMO

Looking for a Web Developer?

👋

Hi! I'm Basti, author of this site. If you are looking for a web developer with 15+ years of experience, holla at me!

Be it the good 'ol jQuery, vanilla JS or modern frameworks like Vue and Svelte, front- or backend, I can help you.

Just write me at jobs@jqapi.com :)