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