< All the HTML Tags >

<portal></portal>

Video Coming Soon...

  • portal

    Tag Type

    inline

    Tag Category

    media

    Defines a navigable portal

    Viewed

    1

    Examples

    1

Definition:

"The <portal> HTML element allows developers to embed another webpage into the current page, enabling smooth navigation between pages. Unlike iframes, <portal> supports a seamless transition by preloading the page and offering an activation API that triggers full navigation to the embedded content."

Attributes:

src, Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default portal Example:

Using the <portal> tag to create a portal for navigation.
<portal src="https://example.com"></portal>

Default portal Result:


Community Examples:

Coming Soon…
Coming Soon…