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

              
                <h2>Segunda Guerra Mundial</h2>
<p>
  La Segunda Guerra Mundial (WWII o WW2), también conocida como World War II  (después de la reciente Gran Guerra), fue una guerra global que duró
  <mark>de 1939 a 1945</mark>, aunque los conflictos relacionados comenzaron antes. En ella participaron la gran mayoría de las naciones del mundo -incluidas todas las grandes potencias-, que acabaron formando dos alianzas militares opuestas: los Aliados y el Eje. Fue la guerra más extendida de la historia, e implicó directamente a más de <mark>100 millones de personas de más de 30 países</mark>. En un estado de "guerra total", los principales participantes pusieron toda su capacidad económica, industrial y científica al servicio del esfuerzo bélico, borrando la distinción entre recursos civiles y militares. Marcada por la muerte masiva de civiles, incluidos el
  <mark>Holocausto</mark> (en el que murieron aproximadamente 11 millones de personas) y el bombardeo estratégico de centros industriales y de población (en el que murieron aproximadamente un millón de personas, incluido el uso de dos armas nucleares en combate), se calcula que causó entre 50 y 85 millones de víctimas mortales. Todo ello convirtió a la Segunda Guerra Mundial en el conflicto más mortífero de la historia de la humanidad.
</p>
              
            
!

CSS

              
                body {
  font-family: "bookman old style";
}

mark {
  background: cyan;
}
              
            
!

JS

              
                
              
            
!
999px

Console