Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created May 12, 2016 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kypflug/4e51433520d02b3e2ad96848cd692c2f to your computer and use it in GitHub Desktop.
Save kypflug/4e51433520d02b3e2ad96848cd692c2f to your computer and use it in GitHub Desktop.
URL control w/ Name & Description
<form>
<label for="url">Your Domain:</label>
<input type="url" id="url" placeholder="Enter URL including HTTP://" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment