Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
  <title>SVG Introduction</title>
</head>
<body>
  <h1>SVG Introduction</h1>
  <p>In this exercise you will create simple SVG elements yourselves. 
    Look for the comments over in the HTML tab to get started.</p>
  <svg width="400" height="300">
    <rect width="20" height="20"></rect>
    <rect width="20" height="20" y="30"></rect>
    <!-- Step 1: Make three more squares (just copy and paste)... 
    and change the y values so they're each 10 pixels apart. -->
  </svg>
</body>
</html>
<!-- Step 2: Open the CSS tab -->
Output

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

Dismiss x
public
Bin info
alexsbpro
0viewers