Ok two questions here:
1) What's the best way to set a global text size that would be consistent throughout all browsers? Or will there always be variance? Defining inside the like this?
html {
font-size: 1em;
}
2) If I want something like this as a header at the top of my page:
The Portfolio of John Doe
what's the simplest way to get the first 3 words italic and the name in bold? I tried using a span tag but it was giving me weird sizing issues.
thanks in advance for any help