A. In the <body> section
B. At the end of the document
C. In the <head> section
D. Any Where in a Page
The correct place to refer to an external style sheet in an HTML document is within the section. You use the element with the rel attribute set to "stylesheet" and the href attribute pointing to the location of your external CSS file.