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

              
                <title>Developer's Page</title>
    
</head>
<body>
  <body style=background-color:purple
 <h1></h1>
<h1 style="color:pink;">Welcome to my Developer's Page!</h1>
<ul>
  <li>
        <h2 style="color:pink;">Biography</h2>
        <p>Hello, I'm Ruszen Myrson Bug-os Comin. I'm a passionate developer with a keen interest in creating innovative solutions and exploring new technologies. I enjoy collaborating with others to build meaningful projects and to learn more.</p>
  </ul>
  </li><br>
<ul>
  <li>
        <h2 style="color:pink;">Education</h2>
        <p>I graduated with a degree in Computer Science from University of The East. Throughout my education, I gained a solid foundation in software development principles and learned various programming languages and technologies.</p>
<ul>
  <li>
        <h2 style="color:pink;">Relevant Hobbies and Interests</h2>
        <ul>
            <li>My hobbies are watching documentaries and movies that have plot twist and some anime, also i love playing a music on ukulele. </li>
           </li>
        </ul><br>

        <h2 style="color:pink;">List of Skills</h2>
        <ul>
            <li>Ability to analyze problems, develop creative solutions, and think critically to overcome challenges. </li><br>
            
        <h1 style="color:pink;">Thank you for visiting my page. Feel free to contact me if you'd like to collaborate or have any questions!</h1>
</body>
</html>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console