|
|
(394 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | <!/DOCTYPE html>
| |
− | <html>
| |
− | <head>
| |
− | <link rel="stylesheet" href="https://2018.igem.org/Team:Utrecht/styling?action=raw&ctype=text/css" type='text/css'>
| |
− | </head>
| |
| | | |
− | <body>
| |
− | <header>
| |
− | <h1> Test Heading </h1>
| |
− | <nav>
| |
− | <ul>
| |
− | </ul>
| |
− | </nav>
| |
− | </header>
| |
− | <div id = "intro">
| |
− | This paragraph should use the Intro CSS thingy
| |
− | </div>
| |
− | <article>
| |
− | <h1> Article 1 </h1>
| |
− | <p> Text of Article 1</p>
| |
− | <section>
| |
− | <h3> Music </h3>
| |
− | <audio src = "Loophole.mp3" controls> Audio not Supported </audio>
| |
− | <h3> Progress </h3>
| |
− | <progress min = "0" max = "17" value = "7"> Progress is meaningless </audio>
| |
− | </section>
| |
− | </article>
| |
− | </body>
| |
− | </html>
| |