The correct place to refer to an external style sheet in an HTML document is within the <head> section. You use the <link> element with the rel attribute set to "stylesheet" and the href attribute pointing to the location of your external CSS file.