"w3.org Tools: Validator, Spell Check and Link Checker"
Bootstrap 3.1.0 Snippet by mrmccormack

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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 ---------->
<!-- Submitted Feb 27, 2014 8:19pm to be featured snipp -->
<div class="container">
<div class="row">
<div class="panel panel-primary">
<div class="panel-heading">
<h2 class="panel-title">w3.org Tools: Validator, Spell Check and Link Checker </h2>
</div>
<div class="panel-body">
<blockquote>
<img src="http://www.w3.org/html/logo/downloads/HTML5_Logo_64.png" alt="">
<img src="http://www.w3.org/Icons/w3c_home.png" alt="">
<br>
<h2>w3.org tools</h2>
Icons/logos/links for your website
<p>
<p class="bg-info">
Note: this is not necessarily Bootstrap related but HTML/w3.org in general.
</p>
<br>
<span class="label label-danger">Tip</span><br>
Since <a href="http://bootsnipp.com">bootsnipp.com</a> uses frames, you have to<br>
open a new window in order for this to work - <a href="http://bootsnipp.com/iframe/82BW" target="_blank">view in new window <sup><span class="glyphicon glyphicon-new-window"></span></sup></a>
<br>
<strong>Reason:</strong><br> The w3.org validator links are coded to the referring URL. (you could hard code your URL if you wish)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body{
background-color:#333;
}
.panel-body{
padding: 15px;
margin-left: 50px;
margin-right: 25px;
margin-top: 25px;
}
.container{
margin-top:60px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: