Title / Description
Code <!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>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code