Wordpress div class container, is it special in wordpress? -


hiall, please tell me,

<div class="container"> 

class/element kind of special class wordpress???

this div wrapping content on site , trying put html code outside of div, no matter won’t let me , automatically puts inside div.

i’m looking @ file contains ending

</body> </html> 

tags document , when try put code right before end like

<div class=“myotherrclass”></div> </body> </html> 

when load page in browser last tag before , automatically puts closing tag container div! eg.

<div class=“myotherrclass”></div> </div> <!— container class closing div, automatically appears no where! —> </body> </html> 

any trying understand happening great


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -