"Answers" section that follows.
If you saved the style sheet you made for question 1 as corporate.css, how would you apply it to a web page named intro.html?
h1 { font:30pt blue Arial; } body { font: 10pt blue; }
Put the following tag between the <head> and </head> tags of the intro.html document:
<link rel="stylesheet" type="text/css" href="corporate.css" />