<portal>
HTML <portal> Tag
Not completed.
Example
<portal src="portal.html"></portal>
Meaning
The <portal> HTML element enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.
The <portal> acts as a preview of the content of another page
Standard Syntax
<portal>
Advertisement
Attributes
| Attribute | Value | Description |
|---|---|---|
| referrerpolicy | Specifies the referrer policy to use when requesting the page at the URL given as the value of the src attribute. | |
| src | URL | Specifies the URL of the page to embed. |
Global Attributes
<portal> element also supports the Global Attributes in HTML.
Event Attributes
<portal> element also supports the Event Attributes in HTML.
By Default CSS Value(s)
None.