Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <link
</head>
<body>
  <div class='sidebar'>
  <img class='sidebar-img' src="https://c.tenor.com/BboKLr2YZsoAAAAC/ed-edd-n-eddy-cartoon-character.gif">
  </div>
   <!-- Content Section-->
   <div class='content'>
       <h2>Student Name - Ed Boy</h2>
       <p>Enrolled in Fundamentals of HTML, CSS, and Javascript.</p
       <!-- Interests section -->
       <div id='interests'>
           <h3>Interests</h3>
           <ul>
               <li>Thing 1</li>
               <li>Thing 2</li>
               <li>Thing 3</li>
           </ul>
       </div>
   </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers