<?
$APPLICATION->ShowCSS();
?>
All the required HTML code will be inserted by the API function specified above.
This function includes a CSS file from the current template. Also it includes all additional styles defined for the page by calling the function SetAdditionalCSS() internally.
<?
$APPLICATION->SetAdditionalCSS("/bitrix/templates/demo/additional.css");
?>
<LINK href="/bitrix/templates/demo/styles.css" type="text/css" rel="STYLESHEET">
<?
$APPLICATION->ShowCSS(false);
?>