The 2 Content Windows of HTML

A Content Window relates a viewport of Content Parts to users.

Primary Window

The Primary Window represents the default Content Window

The syntax is one body element per document with the following attributes and contents:

<body></body>

Secondary Window

A Secondary Window defines a temporary Content Window

The syntax is a dialog element with the following attributes and child elements:

<dialog>
  
</dialog>