Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
th{
color:blue;
background-color:red;
}
</style>
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
h1{
background-color:green;
color:red;
text-align:center;
}
<style id="jsbin-css">
h1{
color:orange;
background-color:black;
font-family:courier;
font-size:40px;
}
#different{
background-color:maroon;
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
a:link{color:orange;}
a:hover{font-family:courier;}
a:active{font-size:50px;}
a:visited{font-family:impact;}
</style>
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
table{
background-color:orange;
border:6px dashed black;
}
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
ul{
list-style-type:square;
}
ol{
<!DOCTYPE html>
<html>
<head>
<title>35 Bin</title>
<style id="jsbin-css">
p{
color:red;
}
</style>
</head>
<!DOCTYPE html>
<html>
<head>
<title>35 Bin</title>
<style id="jsbin-css">
p{
color:red;
}
</style>
</head>
<!DOCTYPE html>
<html>
<head>
<title>35 Bin</title>
<style id="jsbin-css">
p{
color:red;
}
</style>
</head>
<!DOCTYPE html>
<html>
<head>
<title>35 Bin</title>
<style id="jsbin-css">
p{
color:red;
}
</style>
</head>