<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>
<!------ Include the above in your HEAD tag ---------->
<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>
<textarea id="comments" class="form-control" rows="3">
</textarea>
<hr>
<div id="preview">
</div>
<a href="http://www.w3.org/2002/01/spellchecker?uri=http://bootsnipp.com/iframe/82BW&&lang=en_US&suggest=on" title="check all links"><span class="glyphicon glyphicon-font" style="color: #f00;"></span></a>
<a href="http://validator.w3.org/checklink?uri=http://bootsnipp.com/iframe/82BW" title="check all links"><span class="glyphicon glyphicon-link" style="color: #00f;"></span></a>
</div> <!-- /.panel-body -->
</div> <!-- /.panel -->
</div><!-- /.row -->
</div><!-- /.container -->