<!DOCTYPE html>
<html>
<head>
    <title>HTML tag</title>
    <meta charset="utf-8">
    <meta http-equiv="Content-type" content="text/html" charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
    <header>
        <h1>Bruce's Website</h1>
        <p>Where you'll learn to code.</p>
    </header>

    <nav>
        <h3>Navigate this site</h3>
        <ul>
            <li><a href="">HTML Form</a></li>
            <li><a href="">HTML Heading</a></li>
            <li><a href="">HTML Imahes</a></li>
        </ul>
    </nav>

    <article>
        <section class="article-heading">
        <h3>learning to code from scratch</h3>
        <span>By Bruce Yang</span>
        </section>

        <section class="article-body">
        <p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. </p>

        <p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. </p>

        <aside>
            <h4>Quick story about how I made my first $500 in web design</h4>
            <p>This is some text. This is some text. This is some text. This is some text. This is some text. </p>
        </aside>

        </select>

        <section class="article-footer">
            <footer>Post in <strong>Coding</strong></footer>

            <div>Post on <time datetime="21-5-2016">May 21, 2016</time></div>

            <div class="future-reading">
                <h4>If you like this articel, you'll love:</h4>
                <nav>
                    <ul>
                        <li><a href="">HTML Form</a></li>
                        <li><a href="">HTML Heading</a></li>
                        <li><a href="">HTML Imahes</a></li>
                    </ul>
                </nav>
            </div>
        </section>

    </article>

    <aside>
        <h4>More about this site</h4>
        <p>This is some text. This is some text. This is some text. This is some text. This is some text. </p>
    </aside>


    <footer>
        <p>&copy; 2016 - Bruce Yang</p>
    </footer>

</body>
</html>


 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 A&B 的頭像
    A&B

    網頁前端新手上路辛酸史

    A&B 發表在 痞客邦 留言(0) 人氣()