Computer Science, asked by rtginni0, 1 month ago

how will you link an externl CSS file in an HTML document?

Answers

Answered by jitendrapsaini77
0

Answer:

you can link css file to your html file using the<link> tag. you can place tag within the <html> section and after the <title> element of your html file. the value of the rel attribute must be style sheet.

Similar questions