InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    what is the full name of tag "div"and its uses? | 
                            
| 
                                   
Answer» The   tag defines a division or a section in an HTML document.The   element is often used as a container for other HTML elements to style them with CSS or to perform certain tasks with JavaScript.
                                  | 
                            |