HTML bordercolor attribútum

Innen: IT documentation

Meghatározás

A bordercolor attribútum egy HTML elem szegély színét határozza meg. A border attribútummal együtt használható. HTML5 nem támogatja, CSS formázás használható helyette.
Érintett tag-ek: <frame>, <frameset>, <table>, <td>, <th>, <tr>

Szintaktika

<frameset rows="*" cols="50%, 50%" frameborder="1" border="3px" bordercolor="red">
    <frame src="/path/to/html" name="topFrame" />
    <frame src="/path/to/html" name="mainFrame"/>
</frameset>

Attribútum értékek

Érték Leírás
CSS szín Az elem szegélyének színe.