Em um arquivo HTML, para que a folha de estilo “styleBR.css”, junto a esse arquivo HTML, esteja sempre habilitada, é necessário inserir o seguinte comando na tag <head>
<link rel="ontop" type="text/css" href="styleBR.css" title="main"/>
<link rel="alwayson" type="text/css" href="styleBR.css" title="main"/>
<link re"active" type="text/css" href="styleBR.css" title="on"/>
<link rel="stylesheet" type="text/css" href="styleBR.css" />
<link rel="active" type="text/css" href="styleBR.css"/>