Question:Which function is used to link external CSS files in the blade engine?
A {! HTML::css(‘path’) !} B {!! HTML::style(‘path’) !!} C {{ HTML::css(‘path’) }} D {{ HTML::style(‘path’) }}
+ AnswerB
+ Report