<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<div class="panel panel-primary">
<div class="panel-heading">
<img src="http://www.w3.org/Icons/w3c_home.png" class="center-block" alt="">
</div>
<div class="panel-body">
<blockquote>
<h2>TEST: Link generator for w3.org tools<small>Generate links for HTML validator, spellchecker and link checker</small></h2>
<img src="https://cdn1.iconfinder.com/data/icons/micro/scalable/actions/document-properties.png" class="pull-right" alt="">
<p>
<span class="label label-danger">BONUS Tip</span><br>
This snippet is a good tutorial on how to get information from user and write to a HTML page with jQuery without reloading the page and without server side scripting.
</p>
</blockquote>
<div class="form-group col-md-12">
<form name="forma">
<label for="code">Your URL</label>
<input type="text" ame="commentUser" id="commentUser" class="form-control" placeholder="http://yoursite.com" >
<br>
<button type="button" class="btn btn-success" value="Ready!" onClick="writeComment()">Generate Links</button>
</form>
</div>