Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <select id="ta">
    <option value="start">start</option>
    <option value="end">end</option>
    <option value="middle">center</option>
  </select>
  <select id="select"></select>
  <svg>
    <path stroke="green" d="M 0 100.5 500 100.5 M 140 0 v 200"/>
    <text id="text" x="140" y="100" fill="red" font-size="50">慕课网</text>
    <rect id="rect" stroke="blue" fill="none"></rect>
  </svg>
</body>
</html>
Output

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

Dismiss x
public
Bin info
techirdpro
0viewers