HTML5 Page Structure

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Your Title</title> </head> <body> <header> Your Header </header> <section> Your Section </section> <aside> Your Aside </aside> <footer> Your Footer </footer> </body> </html>
HTML5 Page Structure

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.