Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
<frame>
-
Date:27/02/2025
-
Modified:04/03/2025
-
Category:Elements
Container for all framed content in a publication.
Children elements
| Element | Explanation | Required |
|---|---|---|
<title> | Contains the title of the frame. | No |
<subtitle> | Contains the subtitle of the frame. | No |
<source> | Contains the source of the frame. | No |
Examples
Frame (2)
<frame>
<title>Zet de effecten in een schema</title>
<subtitle>ZO DOE JE DAT!</subtitle>
<list type="unordered" bullet="circle">
<li>Lees de bronnen.</li>
<li>Schrijf de effecten van het plan in het schema.<br/> Bedenk wat er gaat gebeuren als het plan uitgevoerd wordt.</li>
<li>Bedenk voor elk effect of jij het positief of negatief vindt.<br/> Vind jij het effect positief? Dan ben je er blij mee. Zet er een + bij.<br/> Vind jij het effect negatief? Dan ben je er niet blij mee. Zet er een – bij.</li>
</list>
</frame>Frame within asssessment
<frame>
<title>GRAMMAR</title>
<subtitle>Personal pronouns</subtitle>
<table>
<tbody>
<tr>
<td><em fontStyles="bold">I</em> am young.</td>
<td>This is for me.</td>
</tr>
<tr>
<td>You are young.</td>
<td>This is for you.</td>
</tr>
<tr>
<td>She is young.</td>
<td>This is for her.</td>
</tr>
<tr>
<td>We are young.</td>
<td>These are for us.</td>
</tr>
</tbody>
</table>
<p>You can find the complete explanation in the Checkbook.</p>
</frame>-
Date:27/02/2025
-
Modified:04/03/2025
-
Category: