Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="utf-8">
  <title>Jsbin</title>
<style>
  /* example of user interface selectors http://www.w3.org/TR/css3-ui/#user-interface-selectors */
 input:focus:invalid { background-color: lightPink;}
input:valid { background-color:lightGreen }
input:required {border: 2px solid red;}
input:optional {border: 2px solid green;}
</style>
</head>
<body>
  
  <label for="website">Enter the URL of your repository (http, https or ftp): </label> 
<input 
id="website" 
name="url" 
type="url"
placeholder="http://www.domain.com" 
title="http, https or ftp allowed"       
pattern="(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.\/]*"/>
  </body>
</html>
Output 300px

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

Dismiss x
public
Bin info
AuroreDechampspro
0viewers