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

              
                <!DOCTYPE html>

<html lang="en-us">

      <head>

            <base href="https://www.kmacims.com.ng/index.php" target= “_blank”>

            <meta name="description" content="Practical driven online courses at affordable prices.">

            <title>Web Design Courses for Beginners: Block-Level Elements</title>

      </head>

      <body>

        <section>

   <article style="width: 60%; background: silver; float: left; padding: 20px">

  <header><h2 id="sec-c">Section C</h2></header>

 <p>We are committed to providing our customers with genuine and reliable products. Our customer service is unequaled. You can try us now using our free on delivery service.</p>

 <p>Products in high demand include the following</p>

            </article>

  <aside style="width: 27%; float:right; color:white; background:orange; padding: 15px"> 

 <p>For further inquiry, contact us at:</p>

      <address>

No. 199 Aba Road, <br> Old Umuahia, Umuahia, <br> Abia State, Nigeria.<br>

                    <a href="tel:+2348037321899">+23408037321899</a><br>

                    <a href="mailto:kmacims@yahoo">kmacims@yahoo.com</a>

                </address>
       
              <p>Acceptable conditions<p>

<details>
<summary>Keep Cold</summary>

<p>Always put the product in a refrigerator to ensure that its temperature is always below 2<sup>o</sup> Celsius.</p>

</details>

  </aside>
      
         

        </section>

      </body>

</html>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console