954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

HTML5 New Layouts

How do most people make the layouts for their sites now we have things like:

<header>
<nav>
<article>
<section>
<figure>
<summary>
<details>
<footer>


Just curious as i am wondering how most do it : 3

I quickly wrote this up:

<header>
<nav>
    <section> - Welcome
        <details> - who wrote it
            <summary> - text in section
    <figure> - Logo image
        <figcaption> - Caption for Logo
    <article> - Image or text from another site/person
<footer>
dlannetts
Junior Poster in Training
84 posts since Jan 2010
Reputation Points: 10
Solved Threads: 4
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: