How do you link CSS to Html


  • 3 Comments
  • 372 Views
  • Share:

3 Comment

image
innovated dev 7 months ago

css is being linked to html with <link> tag element in the head section of an html doc

image
10 months ago

You link Css to html using the <link> element

image
dev sahar 10 months ago

use the link tag