• Resolved mjkane

    (@mjkane)


    If I open a <body> tag in the header.php file do I close it </body> in the footer.php file?

    Same question if I’m using a <div id=”container”> in the header.php file, do I close it </div> in the header.php file or in the footer.php file?

    Many thanks,
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jess

    (@jessn)

    Yes close the body in the footer.php file. If the container div is containing everything, including the footer, then close it after the end of the footer.

    Thread Starter mjkane

    (@mjkane)

    Thanks Jessn.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where to place <body> </body> tags’ is closed to new replies.