Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html class = "no-js">
- <head>
- <title>Task2</title>
- <link href = "task2.css" type = "text/css" rel = "stylesheet"/>
- <script src="modernizr.custom.67503.js"></script>
- <script type="text/javascript" src="PIE.js"></script>
- </head>
- <body>
- <header>
- <!-- I'm using div id = "hgroup because hgroup tag is obsolete" -->
- <div id = "hgroup">
- <h1>Logo</h1>
- <h2>Welcome to our Web Site</h2>
- </div>
- <nav>
- <ul>
- <li>Nav Item 1</li>
- <li>Nav Item 1</li>
- <li>Nav Item 1</li>
- <li>Nav Item 1</li>
- </ul>
- </nav>
- </header>
- <section>
- <article>
- <table>
- <thead>
- <tr>
- <th>First Name</th>
- <th>Last Name</th>
- <th>Score</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Doncho</td>
- <td>Minkov</td>
- <td>4.54</td>
- </tr>
- <tr>
- <td>Svetlin</td>
- <td>Nakov</td>
- <td>4.31</td>
- </tr>
- <tr>
- <td>Georgi</td>
- <td>Georgiev</td>
- <td>4.54</td>
- </tr>
- </tbody>
- </table>
- </article>
- </section>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment