<link> element inside the document head.<link rel="stylesheet" href="styles.css">. The rel attribute states the relationship is a stylesheet and href gives the file path.<css> tag, the <style> tag holds inline rules and has no src, and <stylesheet> is not valid HTML.