Understanding the `href` Attribute in HTML

Answered using GPT-4o mini by AI Answer Generator

Question:

The ____ attribute specifies the filename of the external style sheet.

Answer:

The href attribute specifies the filename of the external style sheet. It is used within the <link> tag in HTML to link to an external CSS file. For example:

<link rel="stylesheet" href="styles.css">