Importing multiple external style sheets

<style type = "text/cs">
<!–
@import url (import-style-1.css);
@import url (import-style-2.css);
@import url (import-style-3.css);
p {color: purple}
–>
</style>

Results of the above:

h1 Heading color set by imported style sheet #1

h2 Heading color set by imported style sheet #2

h3 Heading color set by imported style sheet #3

Ths paragraph is presented by CSS style rules