2017年6月18日日曜日

開発環境

Head First HTML and CSS (Elisabeth Robson(著)、Eric Freeman(著)、O'Reilly Media)の Chapter 12.(HTML5 Markup Modern HTML)、EXERCISE(No. 8641) を取り組んでみる。

EXERCISE(No. 8641)

Header
Section: Drinks
Section: Main
Sidebar
Footer

HTML5

<!doctype html>
<html>
  <head>
  </head>
  <body>
    <header>
      Header
    </header>
    <section id="drinks0">
      Section: Drinks
    </section>
    <section id="main0">
      Section: Main
    </section>
    <sidebar>
      Sidebar
    </sidebar>
    <footer>
      Footer
    </footer>
  </body>
</html>

0 コメント:

コメントを投稿