Imagem de fundo

Em um arquivo HTML, para que a folha de estilo “styleBR.css”, junto a esse arquivo HTML...

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>


A

<link rel="ontop" type="text/css" href="styleBR.css" title="main"/>


B

<link rel="alwayson" type="text/css" href="styleBR.css" title="main"/>


C

<link re"active" type="text/css" href="styleBR.css" title="on"/>


D

<link rel="stylesheet" type="text/css" href="styleBR.css" />


E

<link rel="active" type="text/css" href="styleBR.css"/>