Multiple choice technology web technology

To customize the skin of a portal, which type of resource would be created?

  1. javascript

  2. jsp

  3. xml

  4. css

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Customizing the skin or visual appearance of a portal requires CSS (Cascading Style Sheets) resources. CSS controls colors, fonts, spacing, and all visual styling aspects. JavaScript handles interactivity, JSP manages structure, and XML handles configuration. Skin refers specifically to the visual presentation layer.