ExamGecko
Question list
Search
Search

Question 40 - SPLK-1004 discussion

Report
Export

Which syntax is used when referencing multiple CSS files in a view?

A.
<dashboard stylesheet='custom.css, userapps.css'>
Answers
A.
<dashboard stylesheet='custom.css, userapps.css'>
B.
<dashboard style='custom.css, userapps.css'>
Answers
B.
<dashboard style='custom.css, userapps.css'>
C.
<dashboard stylesheet=custom.css stylesheet=userapps.css>
Answers
C.
<dashboard stylesheet=custom.css stylesheet=userapps.css>
D.
<dashboard stylesheet='custom.css | userapps.css'>
Answers
D.
<dashboard stylesheet='custom.css | userapps.css'>
Suggested answer: C

Explanation:

When referencing multiple CSS files in a Splunk dashboard view (within Simple XML), the correct approach is to include separate stylesheet attributes for each CSS file. The syntax for this would be similar to <dashboard stylesheet='custom.css' stylesheet='userapps.css'> (Option C). This method allows the dashboard to load and apply the styles from both CSS files, enhancing the dashboard's visual appearance and user interface design.

asked 23/09/2024
Pedram Habibi
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first