Creating a simple theme for an article page

Need to simply what I currently use:

<body>

  <div id="page">  <!-- used by mmenu -->

    <header>
    </header>

    <nav>
    </nav>

    <section>

      <article>

          <div id="content">

              <div id="maincontent">
              </div>

          </div> <!-- close id content -->

      </article>

      <footer>
      </footer>

    </section>

  </div> <!-- close id page -->

</body>


Propose:

<body>

  <div id="page">  <!-- used by mmenu -->

    <header>
    </header>

    <nav>
    </nav>

      <article>

          <section id="topsection">
              <h1></h1>
               secondary title
              by author
          </section>

          <section id="middlesection">
          </section>

          <section id="bottomsection">
            contact author
            published date
          </section>

      </article>

      <footer>
      </footer>

  </div> <!-- close id page -->

</body>

#design - #html5 - #css

From JR's : articles
90 words - 885 chars
created on
updated on - #
source - versions - backlinks

Related articles
Breaking the web in 2014 - 2016 - May 31, 2016
Parallax Web Design - Dec 20, 2013
Flakes client-side JavaScript framework - Dec 18, 2014
Twitter Bootstrap - Dec 19, 2013
CSS, HTML, Javascript, jQuery, jQuery Mobile, Typography, Accessibility, and Responsive Design Info - Sep 25, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Mar 28, 2024 - 4:13 p.m. EDT