JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
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.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<body>
<h1>DC COMICS T.V.</h1>
<h5>"DC Comic's television series are winning right now!"__DC Enthusiast</h5>
<div class="container-fluid">
<div class="image-responsisve">
<img src="http://cbr3.imgix.net/wp-content/uploads/2016/11/cw-heroes.jpg?auto=format&lossless=1&q=40&w=813&h=428&fit=crop" alt="CW DC comics shows">
</div>
<h4>ARROW:</h4>
<p> The series follows Oliver Queen (Stephen Amell), billionaire playboy of Starling City, who spends five years shipwrecked on the mysterious island of Lian Yu. Upon his return to Starling City, he is reunited with his mother, Moira Queen (Susanna Thompson), his sister, Thea Queen (Willa Holland), and his friend, Tommy Merlyn (Colin Donnell).
</p>
<h4>GOTHAM:</h4>
<p> In the first season, a new recruit in the Gotham City Police Department named James Gordon is paired with veteran detective Harvey Bullock to solve one of Gotham City's highest-profile cases: the murders of Thomas and Martha Wayne. During his investigation, Gordon meets the Waynes' son Bruce who is now in the care of his butler Alfred Pennyworth. Meeting the younger Wayne further compels Gordon to catch the mysterious killer. Other characters encountered early on include low-level gang member Oswald Cobblepot, forensics worker Edward Nygma, street orphans Selina Kyle and Ivy Pepper, assistant district attorney Harvey Dent, and medical doctor Leslie Thompkins. Gordon becomes involved with Gotham's crime families and associates including gangster Fish Mooney, Don Carmine Falcone, and Don Salvatore Maroni. Eventually, Gordon forms an unlikely friendship with Bruce, one that will help shape the boy's future in becoming Batman.
</p>
<h4>THE FLASH:</h4>
<p> After witnessing his mother's (Michelle Harrison) supernatural murder and his father's (John Wesley Shipp) wrongful conviction for the crime, Barry Allen (Grant Gustin) is taken in by Detective Joe West (Jesse L. Martin) and his family. Allen becomes a brilliant but socially awkward crime scene investigator for the Central City Police Department. His obsession with his tragic past causes him to become an outcast among his peers; he investigates cold cases, paranormal occurrences, and cutting-edge scientific advancements that may shed light on his mother's murder.
</p>
<h4>SUPERGIRL:</h4>
<p> Kara Zor-El (Melissa Benoist) was sent to Earth from the doomed planet Krypton as a 13-year-old by her parents Zor-El (Robert Gant) and Alura (Laura Benanti). Alura gave her instructions to protect her infant cousin Kal-El, and informed her that she, like her cousin, would have extraordinary powers under Earth's yellow sun.
</p>
<h4>LEGENDS OF TOMORROW:</h4>
<p>When Vandal Savage murders his family, Time Master Rip Hunter goes rogue. Intending to stop him, he recruits a team consisting of Atom, White Canary, Firestorm, Hawkman, Hawkgirl, Captain Cold, and Heat Wave. They discover that the Time Masters are backing Savage in his domination of the world in 2166 to facilitate a successful repulsion of a Thanagarian invasion. Due to Captain Cold's sacrifice, the Time Masters are destroyed. Savage attempts to rewrite history with a temporal explosion, but is killed by the team when he is rendered mortal by the same meteor he used for his scheme. With Savage dead, Hawkman and Hawkgirl leave the team.
</p>
</div>
<h2>For more information on T.V. series based on DC comics:
<a href="https://en.wikipedia.org/wiki/List_of_television_series_based_on_DC_Comics" target="_blank"> click here</a>.
</h2>
</div>
</body>
body {background-color: black; margin-left: auto;}
h1 {color: green; text-align: center;
font-family: Times New Roman;
}
h5 {color: red; text-align: center;}
h4 {color: orange; text-align: center;
text: bold;}
img {display: block; margin: auto;
width: 90%;
}
p {color: white; width: 100%;
padding: 5px;
border: 5px solid blue;
margin: auto; }
h2 {
color: red;
text-align: center;
}
Also see: Tab Triggers