I am doing an excercise in html coding where I look at a web page and then try to code for that page. The thing that hangs me up is trying to reproduce the cursive font shown here on the second line -
First of all, how do I get it into position under the first e of Develop?
Second, I have come across this table of Web Browser Font Defaults and for Safari (since I am on an iMac using Safari) it is -
So does this mean that I am restricted to Times and Courier only and can’t use the cursive font shown?
I think that the CSS for fonts go like this -
{
font-family: first choice for font, second choice for font, (serif or sans-serif or monospace;
}
so assuming that there really is a cursive font that one can use in Safari, how would I code for the font-family rule in this case?