HTML5 Page Structure

<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <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.