Description: Tutorial Style Sheets in External Files Link To define an external Style Sheet to be used to format your HTML you use place a Link element in the Head area of the HTML file. The basic tag would be: Where HREF tells the location and file name and REL indicates the file is a Style Sheet. Additional Declarations include: Media Media is used to define the application of the CSS to its end use. If more than one external style sheet is...