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

              
                
              
            
!

CSS

              
                
              
            
!

JS

              
                /* W3Schools website project:

Go to the w3schools spaces website: https://www.w3schools.com/spaces/

Click get started for free. Sign up for an account (Please provide your email and password to your teacher in case you forget it). 

Verify your email. 

When you're logged in, click on spaces at the top, and click on get started for free. Click on "start with a blank page". Next, give your space a name (this can be your name or some other name)

Now you have set up your space! Click on it. You will be taken to a folder that includes four files. index.html, README.md, script.js, and styles.css.

Index.html is your main file, where you will write your HTML. You will see that this file has already been set up in the traditional HTML way.

You will write your javaScript in the script.js file, and your css in the styles.css file, which have already been linked to the html file. 

Your website should include: 

Three different html files. Your homepage, a hobbies page, and a career page. 

Style each page to look good, and be creative with layout, functions, appearance, etc! 

Your homepage should be called index.html, and should include:

- your name.
- links to the other two pages
- a short biography
- an image (not of you - we will not be able to do that this time. Just an image that you like! Also, must be open source! Make sure images are not copyrighted! You can try here: https://unsplash.com/)

Your hobbies page should include:

- a list of at least three hobbies, with some information about your involvement. 
- at least one link to an outside webpage about one of your hobbies 
- some pictures of your hobbies (again, not copyrighted!)

Think about the organization: Do you want pictures next to each header? Do you want to use a flex layout? 

Your third page is free for you to do whatever you like with! Get creative!

Remember, you can test anything you want in codepen before adding it to your w3schools space!

*/
              
            
!
999px

Console