Input fields
There are two kinds of input fields:
- Inline input fields fit in the current row of the text. They can be created wih the
input
element, which is an inline element. This element can be used to to let the user input texts, numbers or physical quantities. - Block input fields take up the full width of the page or their parent block element. They can be created with the
inputblock
element, which is a block element. This can be used to let the user work on an ordering task or to solve a chemical reaction equation.
In the input
or inputblock
element one can specify the type and the correct solutions of the input field. Depending on the used input element, there is a different set of allowed input types.
Moreover, the following elements can be used to group input fields together: