While coding I always have to change the headers (<h1> <h2> <h3>
) etc.. as I never like how they are styled, but where is the information for the header styles kept?
Obviously the headers are not styled in my CSS so I then thought that maybe it's something to do with the DOCTYPE
or other code before <head>
but removing all these didn't affect the header style at all!
So plain and simple; where is the header style defined?!