Look in the <body> section.
Also, Headers can come in <h1> <h2> all the way to <h6>, so look for those.
Also, some headers can have classes like, <span class='header'>Header 1</span>
while in the <head> section have:
<style rel='stylesheet' type='text/css'>
.header {
font-weight: bold;
font-size: 14px;
font-color: red;
}
</style>
Good Luck!
Also, Headers can come in <h1> <h2> all the way to <h6>, so look for those.
Also, some headers can have classes like, <span class='header'>Header 1</span>
while in the <head> section have:
<style rel='stylesheet' type='text/css'>
.header {
font-weight: bold;
font-size: 14px;
font-color: red;
}
</style>
Good Luck!