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

              
                <div class="Abdul Kalam green-background">
  <h1><center>Dr.A.P.J.Abdul Kalam</h1></center>
  <div class="container">
<div class="row">
<h2><center>Former President of India</h2></center></div>

    <center><a href="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam" target="_blank"><img class ="thin-red-border" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/A._P._J._Abdul_Kalam_in_2008.jpg/230px-A._P._J._Abdul_Kalam_in_2008.jpg" alt="Image result" style="margin-top: 12px;" width="230" height="345"/></a></center>

  </div>
</div>
<div>
  <p1>Journey and Achievements as a Scientist</p1>
  <p> After completing his graduation in 1960, Dr. A.P.J. Abdul Kalam joined as a scientist in Defence Research and Development Organisation's Aeronautical Development Establishment.</p>
  <p>At the very start of his career, he designed a small helicopter for the Indian army.</p>
  <p>He also worked under the renowned scientist Vikram Sarabhai as a part of the committee of INCOSPAR.</p>
  <p>From 1963 to 1964, he visited the Goddard Space Flight Center in Greenbelt, Maryland, the Wallops Flight Facility located at the Eastern Shore of Virginia and the Langley Research Center of NASA situated at Hampton, Virginia.</p>
  <p>In 1965, he worked independently in Defence Research and Development Organisation for the first time on an expandable rocket project. The programme was expanded in 1969 and more engineers were included after receiving Government approval.He saw a dream for our country known as Vision 2020. He wanted to see our nation standing amongst the developed countries of the world. The only real tribute to him would be when we manage to achieve that goal as a united country.  “A dream is not that which you see while sleeping, it is something that does not let you sleep,” as he famously said. </p>      <img class="thin-red-border" src="http://writm.com/wp-content/uploads/2017/02/Kalam-Quote-1.jpg" alt="Image result for about a.p.j abdul kalam" onload="typeof google==='object'&amp;&amp;google.aft&amp;&amp;google.aft(this)" style="margin-top: 0px;" width="100" height="100">
    <img class="thin-red-border" src="http://media2.intoday.in/indiatoday/images/stories/abdul_kalam_rashtrapati_india_wallpapers_647_073115015525.jpg"  alt="Image result for about a.p.j abdul kalam" width="100" height="100">
   <img class="thin-red-border" src="http://s3.india.com/wp-content/uploads/2017/07/former-president-apj-abdul-kalam-5-pti21.jpg"  alt="Image result for about a.p.j abdul kalam" width="100" height="100">
    <img class="thin-red-border" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/APJAbdulKalam.jpg/220px-APJAbdulKalam.jpg"  style="margin-top: 123px;" alt="Image result for about a.p.j abdul kalam" width="100" height="100">
       <img class="thin-red-border" src="http://www.businessinsider.in/photo/48254024/This-is-how-Dr-APJ-Abdul-Kalam-touched-lives-of-AamAadmi.jpg?100377" \style="margin-top: 0px;" alt="Related image" width="100" height="100">
    <img class="thin-red-border" src="https://www.thefamouspeople.com/profiles/images/a-p-j-abdul-kalam-3.jpg" onload="typeof google==='object'&amp;&amp;google.aft&amp;&amp;google.aft(this)" style="margin-top: 0px;" alt="Image result for about a.p.j abdul kalam" width="100" height="100">
    <img class="thin-red-border" src="https://images-na.ssl-images-amazon.com/images/I/51grygVAe4L._AC_UL320_SR212,320_.jpg" alt="Image result for about a.p.j abdul kalam" width="100" height="100">
    
  
<p>To know more about Dr.A.P.J.Abdul Kalam Visit <a href="https://successstory.com/people/avul-pakir-jainulabdeen-abdul-kalam"target="_blank
  ">www.abdulkalam.com</a></p>


              
            
!

CSS

              
                  h1 {
    color: blue;
  }
h2 {
  color: green;
}
p{ 
  color: blue;
}
p1{
  color: black;
  font-size: 40px;
  font-family: lobster;
}

.thin-red-border
{
 border-color: red;
    border-width: 5px;
    border-style: dotted solid;
    border-radius: 50%;
}
.center{
    font-family: timesnewroman;
    font-size:20px;
    color: red;
    position: absolute;
    width: 20px;
    height: 50px;
    top: 50%;
    left: 10%;
    margin-left: 50px; 
    margin-top: 10px; 
}
.left{
    font-family: timesnewroman;
    font-size:20px;
     color: red;
    position: absolute;
    width: 20px;
    height: 50px;
    top: 50%;
    right: 10%;
    margin-right: 100px; 
    margin-top: 10px; 
}
.thin-red-border {
    border-color: red;
    border-width: 5px;
    border-style: solid;
  }
.green-background {
  background-color:pink ;
}
              
            
!

JS

              
                
              
            
!
999px

Console