OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: tutorial |
3 title: "Add Elements to the DOM" | 3 title: "Add Elements to the DOM" |
4 description: "You have an Element object, now what?" | 4 description: "You have an Element object, now what?" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: add-elements | 7 id: add-elements |
8 next: remove-elements/ | 8 next: remove-elements/ |
9 next-title: "Remove DOM Elements" | 9 next-title: "Remove DOM Elements" |
10 prev: connect-dart-html/ | 10 prev: connect-dart-html/ |
11 prev-title: "Connect Dart & HTML" | 11 prev-title: "Connect Dart & HTML" |
12 --- | 12 --- |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 </ul> | 381 </ul> |
382 | 382 |
383 ##What next? | 383 ##What next? |
384 | 384 |
385 The next tutorial, [Remove DOM Elements](/docs/tutorials/remove-elements/), | 385 The next tutorial, [Remove DOM Elements](/docs/tutorials/remove-elements/), |
386 describes how to remove elements from the DOM and items off your todo list. | 386 describes how to remove elements from the DOM and items off your todo list. |
387 | 387 |
388 {% endcapture %} | 388 {% endcapture %} |
389 | 389 |
390 {% include tutorial.html %} | 390 {% include tutorial.html %} |
OLD | NEW |