html code

Html code posted
created at 29 Aug 22:42

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
 <head>
  <title>Пример веб-страницы HTML5</title>
 </head>
 <body>
  <header>
   <h1>...</h1>
  </header>
  <section>
   <article>
    <h1>...</h1>
    <p>...</p>
   </article>
   <article>
    <h1>...</h1>
    <p>...</p>
   </article>
   <nav>
    <a href="http://...">...</a>
    <a href="http://...">...</a>
   </nav>
   </section>
   <footer>
    <p>...</p>
   </footer>
 </body>
</html>
444 Bytes in 2 ms with coderay