Multiple choice technology web technology

To customize the skeleton of a portal, which type of resource would need to be created?

  1. javascript

  2. jsp

  3. css

  4. xml

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

Customizing the skeleton or structure of a portal requires JSP (JavaServer Pages) resources. JSP files define the HTML markup, layout, and structural elements that form the portal's framework. JavaScript handles client-side behavior, CSS manages styling, and XML is for configuration. The skeleton is the structural markup layer, which JSP provides.