Where does the personal page connect the preconfigured stylesheet css/style.css?
css/style.css
In the head, using a link element whose href is css/style.css
head
link
href
In the body, using an image whose src is css/style.css
body
src
Inside the title element as visible text
title
In the form's action attribute
action