/ Published in: HTML
Expand |
Embed | Plain Text
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" href=".css" /> </head> <body> <section> <!-- main --> <figure></figure> <!-- logo --> <nav></nav> <!-- navigation --> <header> <!-- header --> <article> <!-- content --> <hgroup></hgroup> <!-- h1-h6 elements group --> </article> </header> <aside></aside> <!-- sidebar --> </section> <footer></footer> <!-- footer --> </body> </html>
You need to login to post a comment.
