Member Avatar for napninjanx

Which of the following is used to set up a Style Sheet?

<STYLE>
</STYLE>

<SHEET>
</SHEET>

<CSS>
</CSS>

<STYLE>
</SHEET>

Recommended Answers

All 4 Replies

Member Avatar for napninjanx

<STYLE>
</STYLE>

Is the correct one I was right :D

Yep, you use <style></style> for CSS you want to include in your header file. If you want to use an external stylesheet you use <link href="style_sheet_location" />

Member Avatar for napninjanx

Thanks and question has been solved :D

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.