-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshowTags.html
44 lines (41 loc) · 2.31 KB
/
showTags.html
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
38
39
40
41
42
43
44
<html>
<head>
<title>This is a page - yo</title>
<style>
body{
background: #AAA;
color: #000;
}
</style>
<script type="text/javascript">
/*
(function(){
var d=document,
c=d.createElement('style'),
t=('h1 h2 h3 h4 h5 h6 h7 a p div span img blockquote form input strong em i b u strong em code pre section article footer header nav').split(' '),
es='font-size:.5em;padding:1px 3px;vertical-align:middle;opacity:.5;border-radius:5px;color:#A00;background:#FFF;}',
i,s='';
for(i in t){
s+=t[i]+':before{content:\"\\003c '+t[i]+'\\003e\";'+es;
s+=t[i]+':after{content:\"\\003c/'+t[i]+'\\003e\";'+es;
}
c.innerText=s;
d.head.appendChild(c);
})();
*/
/*
javascript:(function(){var d=document,c=d.createElement('style'),t=('h1 h2 h3 h4 h5 h6 h7 a p div span img blockquote form input strong em i b u strong em code pre section article footer header nav').split(' '),es='font-size:.5em;padding:1px 3px;vertical-align:middle;opacity:.5;border-radius:5px;color:#A00;background:#FFF;}',i,s='';for(i in t){s+=t[i]+':before{content:\"\\003c'+t[i]+'\\003e\";'+es;s+=t[i]+':after{content:\"\\003c/'+t[i]+'\\003e\";'+es;}c.innerText=s;d.head.appendChild(c);})();
*/
/*
javascript:(function(){var d=document,c=d.createElement('style'),t=('h1 h2 h3 h4 h5 h6 h7 a p div span img blockquote form input strong em i b u strong em code pre section article footer header nav').split(' '),es='font-size:.5em;padding:1px 3px;vertical-align:middle;opacity:.5;border-radius:5px;color:#A00;background:#FFF;}',i,s='';for(i in t){s+=t[i]+':before{content:\\003c'+t[i]+'\\003e;'+es;s+=t[i]+':after{content:\\003c/'+t[i]+'\\003e;'+es;}c.innerText=s;d.head.appendChild(c);})();
*/
</script>
</head>
<body>
<h1>Bonjour !</h1>
<p>J'aime bien faire <em>des choses</em></p>
<h2>Voilà</h2>
<code><pre>trace("tout va bien")</pre></code>
<p><a href="javascript:(function(){var d=document,c=d.createElement('style'),t=('h1 h2 h3 h4 h5 h6 h7 a p div span img blockquote form input strong em i b u strong em code pre section article footer header nav aside').split(' '),es='font-size:.7em;padding:1px 3px;vertical-align:middle;opacity:.5;border-radius:5px;color:#A00;background:#FFF;}',i,s='';for(i in t){s+=t[i]+':before{content:\42\\003c '+t[i]+'\\003e\42;'+es;s+=t[i]+':after{content:\42\\003c/'+t[i]+'\\003e\42;'+es;}c.innerHTML=s;d.head.appendChild(c);})();">Show Tags</a></p>
</body>
</html>