You're viewing old version number 2. - Current version

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="articletop">
              <h1></h1>
               secondary title
              by author
          </section>

          <section id="maincontent">
          </section>

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

      </article>

      <footer>
      </footer>

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

</body>

#design - #html5 - #css

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

Related articles
Breaking the web in 2014 - 2016 - May 31, 2016
Creating a simple theme for an article page - Feb 03, 2014
Interesting and related Treehouse online classes - May 08, 2013
Mar 23, 2015 links - Mar 23, 2015
Major Junco.css breakpoints - Sep 30, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 3, 2024 - 4:40 a.m. EDT