Linked CSS just means that you put the CSS code in a SEPARATE file and then link it to your page

look at the file mystyle.css to see the actual stylesheet code, but to link this to the page, you need the following tags in the Head section:

The idea being you'll use this one stylesheet for a variety of applications/pages. Hope you found this material helpful