Skip to main content

html5 template

12th October, 2022

Updated: 12th October, 2022

    <!DOCTYPE HTML>
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title>I switched to HTML5 - switchtohtml5.com</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <link rel="stylesheet" href="style.css" />
    <meta name="generator" content="http://switchtohtml5.com">
    </head>
    <body>
    <section>
    <!-- the section tag is used anywhere where you are sectioning data -->
         <header>
    <!-- the header tag helps you to define what will be in your websites header -->
              <nav>
    <!-- the nav tag is used for any items which help the end user to navigate the site. -->
              </nav>
         </header>
    </section>
         <article>
    <!-- the article tag is used to display article data -->
         <p>Lorem Ipsum Dolor</p>
         <p>Lorem Ipsum Dolor</p>
         <small>My Smallprint</small><!-- the small tag is used to add smallprint to a document - not for styling purposes. -->
         <mark>My Highlighted text</mark><!-- the mark tag is used to highlight text -->
    </article>
         <aside>
    <!-- the aside tag is used to display data which is considered apart from the original article, such as a sidebar.. -->     <p>Lorem Ipsum Dolor</p>
         <p>Lorem Ipsum Dolor</p>
         </aside>
    <footer>
    <!-- the footer tag is used to display footer data, you can use the nav tag here too. -->
         <p>Lorem Ipsum Dolor</p>
    </footer>
    </body>
    </html>

    dce53bd0-9ca0-4409-8b4d-b4b0aec40cfe

    Created on: 12th October, 2022

    Last updated: 12th October, 2022

    Tagged With: