what is the full form/name of (HTML) div tag ?

DIV --> Division.

"<DIV> </DIV> " - is a table replacement technique, or you can call it as table-alternative. You can use CSS to control <Div> tags.

Note: Table is not a standard compliant one in xhtml.
 
Back
Top