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

              
                <html>
  <body>
    <h1>이력서</h1>
    
    <div>
      <!-- 💬에 원하는 이미지의 주소를 넣어보세요.  -->
      <img src="💬" />
    </div>
    
    <h2>홍길동</h2>
    
    <p>
      <!-- 이곳에 간단한 자기소개를 작성해 보세요. -->
      <!-- ✅ br 태그를 사용해 자기소개 글 중간 중간에 줄바꿈을 추가해보세요  -->
      저는 홍길동 입니다.
    </p>

    <ul>
      <!-- ✅ b 태그를 사용해 경력사항을 강조해보세요 -->
      <li>경력 1</li>
      <!-- ✅ a 태그를 사용해 경력사항과 연관된 웹페이지를 링크해보세요 -->
      <li>경력 2</li>
      <!-- ✅ img 태그를 사용해 경력사항과 연관된 이미지를 추가해보세요 -->
      <li>경력 3</li>
    </ul>
  </body>
</html>

              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console