Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <body>
    <header>
        <div id="logo">
            <img src="image/logo.png">
        </div>
        <nav>
            <ul>
                <li><a href="index.html">TOP</a></li>
                <li><a href="about.html">ABOUT</a></li>
                <li><a href="map.html">MAP</a></li>
                <li><a href="blog.html">BLOG</a></li>
                <li><a href="contact.html">CONTACT</a></li>
            </ul>
        </nav>
    </header>
    <div>
        <article>
            <h1>Liveworks Corporationのサイトへようこそ</h1>
            <p>
                Liveworks Corporationはあなたの生活を便利にする商品やサービスの開発を日々行っています。<br>
                <a href="blog.html">スタッフブログ</a>では新製品の情報なども公開していますので是非ご覧ください。
            </p>
        </article>
        <aside>
            <section>
                <h2>本社住所</h2>
                <p>東京都千代田区神田須田町1-34-4</p>
            </section>
            <section>
                <h2>セミナー開催日</h2>
                <p>12月17日、12月18日</p>
            </section>
        </aside>
    </div>
    <footer>
        <div id="contact">
            <h2>製品・サービスに関するお問い合わせ</h2>
            <p>
              メールでのお問い合わせには3営業日以内にお返事をお送りします。<br>
              お電話でのお問い合わせは下記番号(フリーダイヤル)までおかけ下さい。
            </p>
        </div>
        <div id="copyright">
            Copyright(C) Liveworks Corporation All Rights Reserved.
        </div>
    </footer>
</body>
</html>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console