Return to Snippet

Revision: 16790
at August 16, 2009 09:04 by dlindenkreuz


Updated Code
<html>
<head>
<style type="text/css">
h1 {
   border-bottom: 2px solid;
   color: #101010;
}
</style>
</head>
<body>
   <h1>Laura's nice header</h1>
   ...
</body>
</html>

Revision: 16789
at August 16, 2009 07:19 by dlindenkreuz


Updated Code
<head>
...
<style type="text/css">
h1 {
   border-bottom: 2px solid;
   color: #101010;
}
</style>
...
</head>
<body>
   <h1>Laura's nice header</h1>
   ...
</body>

Revision: 16788
at August 16, 2009 07:17 by dlindenkreuz


Initial Code
<head>
...
<style type="text/css">
h1 {
   border-bottom: 2px solid;
   color: #101010;
}
</style>
...
</head>
<h1>Laura's nice header</h1>

Initial URL


Initial Description


Initial Title
Laura's nice Header

Initial Tags


Initial Language
HTML