Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html5 use of section tag in onepage template

 <body>
    <header>
      <nav>
        <ul>
          <li><a href="#">link</a></li>
          <li><a href="#">link</a></li>
          <li><a href="#">link</a></li>
        </ul>
      </nav>
      <h1>
        Page Title
      </h1>
    </header>

    <section>
      <h2>
        My Blog Posts
      </h2>
      <article>
        <header>
          <p>
            Article Title
          </p>
        </header>
        <p>
          content
        </p>
      </article>
      <article>
        <header>
          <p>
            Article Title
          </p>
        </header>
        <p>
          content
        </p>
      </article>
      <aside>
        <p>
          Author info
        </p>
      </aside>
    </section>

    <footer>
      Copyright Info
    </footer>
  </body>
Comment

PREVIOUS NEXT
Code Example
Html :: How can React read a session SET in PHP 
Html :: can we manipulate the html elements 
Html :: hell 
Html :: Adding multiple audio content in HTML5 
Html :: construindo html amp 
Html :: error pop writing html 
Html :: contact form 
Html :: how to make a html tag in html 
Html :: how to use div in html 
Html :: unsplash source 
Html :: default font size of html 
Html :: how to make things move in unity 
Html :: tailwind checkmark color 
Html :: Full Form Of RAR 
Css :: css center element on screen 
Css :: css center image on background 
Css :: css first td 
Css :: css position absolute middle 
Css :: fixed image background css 
Css :: html if text too long newline 
Css :: new line in url 
Css :: limit p html 
Css :: how to do a background blur in css 
Css :: absolute position center 
Css :: input date icon color change 
Css :: diable focus button css 
Css :: iframe no scroll 
Css :: remove button shadow css 
Css :: bootstrap media queries 
Css :: flexbox center and space between 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =