2022.2

Table Of Contents
Thetags<thead>,<tbody>and<tfoot>canbeusedtogrouptheheader,body,orfootercontentina
table,respectively.
ForinformationaboutHTMLtablesandalistofattributes,seehttps://www.w3schools.com/html/html_
tables.asp.
InsertingaTable
1. Onthetoolbar,clicktheInsert Tablebutton,oronthemenuselectInsert > Table > Standard.
2. EntertheTable'sdesiredattributes:
l
ID:auniqueidentifierfortheTable.IDsareusedtoaccesstheTablefromscriptsandas
CSSselectorsforstylerules.
l
Class:AclassidentifierfortheTable.Classescanbesharedbetweenelementsandare
usedtoaccesstheTablefromscriptsandasCSSselectorsforstylerules.
l
Thenumberofrowsfortheheader,bodyandfooteroftheTable.
l
Thenumberofcolumns
l
ThewidthoftheTable.
3. ChecktheoptionAbsolutetogivetheTableanabsoluteposition,orusetheLocationdrop-
downtoselectwheretoinserttheTable:
l
At cursor positioninsertsitwherethecursorislocatedinthetemplate.
l
Before elementinsertsitbeforetheHTMLelementinwhichthecursoriscurrentlyloc-
ated.Forexampleifthecursoriswithinaparagraph,theinsertionpointwillbebeforethe
<p>tag.*
l
After start taginsertsitwithinthecurrentHTMLelement,atthebeginning,justafterthe
starttag.*
l
Before end taginsertsitwithinthecurrentHTMLelement,attheend,justbeforetheend
tag.*
l
After elementinsertsitaftertheelementinwhichthecursoriscurrentlylocated.For
exampleifthecursoriswithinaparagraph,theinsertionpointwillbeaftertheendtagof
theparagraph(</p>).*
l
Replaceinsertsitinplaceofthecurrentlyselectedelement.(Thisoptionisnotavailable
wheninsertingcontentinaMasterPage.)
*Ifthecurrentelementislocatedinsideanotherelement,usetheElementsdrop-downtoselect
whichelementisusedfortheinsertionlocation.Thelistdisplayseveryelementinthebread-
crumbs,fromthecurrentselectionpointdowntotherootofthebody.
Page 656