Posted by: Pdfprep
Post Date: October 27, 2020
Before:
<link rel=”stylesheet” type=”text/css” href=”sheet/abc.css”>
<link rel=”stylesheet” type=”text/css” href=”sheet/xyz.css”>
After:
<link rel=”stylesheet” type=”text/css” href=”sheet/abc.css+ xyz.css”>
Which Front-End Optimization (FEO) action can a Citrix Administrator use to achieve the results above?
A . Minify CSS
B . Combine CSS
C . Inline CSS
D . Convert linked CSS
Answer: B
Leave a Reply