»
EnglishFrenchVietnamese

Print - Legend Tag - JavaScriptBank.com

Full version: jsB@nk » Snippet » Legend Tag
URL: https://www.javascriptbank.com/legend-tag.html

Legend Tag © JavaScriptBank.comThe LEGEND tag can be used to enclose a paragraph. Very cool.

Full version: jsB@nk » Snippet » Legend Tag
URL: https://www.javascriptbank.com/legend-tag.html



CSS
<style>TR.rowhighlight {PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: #d5f4ff}TR.rowhighlightd {PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: #75d6ff}</style><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<LEGEND>Subscribe to multiple lists</LEGEND><BR><TABLE cellSpacing=1 cellPadding=25 width=100% align=center border=0><TBODY> <TR class=rowhighlight onmouseover="this.className='rowhighlightd'" onmouseout="this.className='rowhighlight'">   <DIV align=left><INPUT type=checkbox value=554 name=nlbox[1]> 1</DIV> </TR> <TR class=rowhighlight onmouseover="this.className='rowhighlightd'" onmouseout="this.className='rowhighlight'">   <DIV align=left><INPUT type=checkbox value=555 name=nlbox[2]> 123456 </DIV> </TR> <TR class=rowhighlight onmouseover="this.className='rowhighlightd'" onmouseout="this.className='rowhighlight'">   <DIV align=left><INPUT type=checkbox value=550 name=nlbox[3]> Another Test </DIV></TR> <TR class=rowhighlight onmouseover="this.className='rowhighlightd'" onmouseout="this.className='rowhighlight'">                <DIV align=left><INPUT type=checkbox value=553 name=nlbox[4]>                 Lista </DIV></TR>              <TR class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'"              >                <DIV align=left><INPUT type=checkbox value=558 name=nlbox[5]>                 Lista de Prueba </DIV></TR>              <TR class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'"              >                <DIV align=left><INPUT type=checkbox value=560 name=nlbox[6]>                 Magic </DIV></TR>              <TR class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'"              >                <DIV align=left><INPUT type=checkbox value=549 name=nlbox[7]>                 Test List </DIV></TR>              <TR class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'"              >                <DIV align=left><INPUT type=checkbox value=552 name=nlbox[8]>                 Test LP </DIV></TR>              <TR class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'"              >                <DIV align=left><INPUT type=checkbox value=551 name=nlbox[9]>                 test1 </DIV></TR>              <TR class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'"              >                <DIV align=left><INPUT type=checkbox value=557 name=nlbox[10]>                 Tester </DIV></TR></TABLE></FIELDSET><FIELDSET style="width: 237; height: 55"><LEGEND>Subscribe to multiple lists 2</LEGEND><BR><TABLE cellSpacing=1 cellPadding=25 width=100% align=center border=0><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">1</tr><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">2</tr><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">3</tr><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">4</tr><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">5</tr><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">6</tr><tr class=rowhighlight               onmouseover="this.className='rowhighlightd'"               onmouseout="this.className='rowhighlight'">7</tr></TABLE><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->