mirror of
https://github.com/apricote/presentations.git
synced 2026-01-13 21:11:02 +00:00
7 lines
235 B
JavaScript
7 lines
235 B
JavaScript
|
|
document.createElement('header');
|
||
|
|
document.createElement('nav');
|
||
|
|
document.createElement('section');
|
||
|
|
document.createElement('article');
|
||
|
|
document.createElement('aside');
|
||
|
|
document.createElement('footer');
|
||
|
|
document.createElement('hgroup');
|