Forum Moderators: not2easy
Does anyone know where I can find the default css values for tags? Namely, if I don't do any modifications to <body> what would it look like in css?
body{
margin:?
padding:?
positional attributes?
etc
}
Thanks,
Chris
This is something that W3C should develop further. If they have, I'd be glad to learn of it.
body {
display: block;
margin: 8px;
}
body, html {margin:0; padding:0;}
They also have something odd in there. It appears to be a method of making a vertical marquee. Here's the code:
<marquee direction="up">