20 +ways
Blog
TO PLAY IN YOUR
The joy of CSS. Here we are using font sizes, margins, floats, and line height to position the text exactly where we want it.
…if you want to
spice up your webpage or blog,
then using these little
CSS code snippets will do the trick…
Looking for ways to spice up your [...]
Here’s another tip from my friend Kyle Reddoch on the importance of headings and how best to use them for SEO purposes…
Headings form a part of the logical structure of an HTML document. There are six heading tags <h1> to <h6> each having its ending tag.
To get better ranking in search engines, make sure [...]
A CSS or “Cascading Style Sheet” file allows you to separate your websites content from it’s style or appearance. While you would create the layout of your websites content using your (X)HTML file, the CSS stylesheet would control the way in which that content appears (fonts, colours, borders, backgrounds, margins, etc.).
There are 3 methods you [...]