The correct HTML syntax to link an external style sheet uses the tag with rel="stylesheet", type="text/css", and href pointing to the CSS file. Option A uses a non-existent tag. Option B incorrectly uses with a src attribute. Option D has an invalid img attribute.