2022.1

Table Of Contents
l Structural Elements:
l Div...: Opens a dialog to add a <div> element; see "Boxes" on page730
l Span...:Opens a dialog to add a <span> element; see "Boxes" on page730
l Article...:Opens a dialog to add an <article> element
l Section...:Opens a dialog to add a <section> element (the HTML element, not a
section in a context).
l Header...:Opens a dialog to add a <header> element.
l Footer...:Opens a dialog to add a <footer> element.
l Nav...:Opens a dialog to add a <nav> element.
l Aside...:Opens a dialog to add an <aside> element.
Note
Article, Section, Header, Footer, Nav and Aside are HTML5 semantic
elements; see https://www.w3schools.com/html/html5_semantic_
elements.asp
l Form Elements (see "Form Elements" on page755)
l Form...:Opens a dialog to add a Form Element; see "Forms" on page751.
l Fieldset...:Opens a dialog to add a Fieldset Element; see "Fieldset" on page756.
l Text Field...:Opens a dialog to add a Text Field; see "Text" on page756.
l Email Field...:Opens a dialog to add an Email Field; see "Email" on page756.
l URL Field...:Opens a dialog to add a URL Field; see "URL" on page756.
l Password Field...:Opens a dialog to add a Password Field; see "Password" on
page756.
l Text Area...:Opens a dialog to add a Text Area; see "Text area" on page757.
l Date Field...:Opens a dialog to add a Date Field; see "Date" on page756.
l Number Field...:Opens a dialog to add a Number Field; see "Number" on
page756.
l Hidden Field...:Opens a dialog to add a Hidden Field; see "Hidden field" on
page757.
l Label...:Opens a dialog to add a Label; see "Label" on page757.
Page 1111