Computer Science, asked by dildarhusain30154, 6 months ago

how to link two css file in html?​

Answers

Answered by Anonymous
0

Answer:

Note: There are two different ways to import a CSS file into another using @import url(“style2. css”); or @import “style2. css”; or directly import any CSS file or multiple CSS file in the HTML file directly within <style>@import “style1. css”; or

Answered by kajalshrivastava0854
0

Answer:

You can link CSS to HTML by using the <link> element. After learning how to link a CSS file to HTML, you can style multiple pages and separate style from content.

Similar questions