So Basically everyone Knows how Ugly H1 looks with the Big and Ugly Looking Font. So I know with CSS you can Modify the Font. So this is waht I did so far:
IN CSS I wrote:
Then I wrote this in the index:
So My Question is did i do it properly, I see that the H1 Header did decrease in size, but i was wondering will this affect my google ranking etc. Or will it not be looked because font has been changed. Please give me some input. THANKS!
I'm pretty sure Google completely ignores your styling, so I'd imagine it would still be looked at as a header tag and not be frowned upon. Almost every website modifies their header tags to follow their styling for the same reason that you put, the original header tags are ugly.
I dont think they care about the visual aspect so far, but hey, i could be wrong. For all u know, their algol could take this into consideration. But if this is just a stylistic change, i doubt if they'll serious change their ranking on u...
In the HTML you should link to your CSS file in between the header tags:
Code:
<HTML>
<HEAD>
<link href="css/main.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<h1>This is my Heading 1</h1>
</BODY>
</HTML>
A good place to learn about CSS is at W3Schools' CSS Tutorial.
I have attached the HTML & CSS files fir the code above.
Google doesn't care if you use Cascading Style Sheets, but they do take into consideration the keywords you display in your heading tags like h1, h2, etc.
No Google doesn't care if you use CSS as long as you are not making text invisible to hide keywords. Google will take action if they catch you doing this, removing you from their index. For more info on what to avoid doing see Spamdexing.