Body
Any given webpage is separated into different sections in HTML code. Even if you’re not a programmer yourself, you’ve probably heard of or even used terms like “header” and “footer” to refer to the top and bottom of web pages, respectively. The “body” of a webpage is the middle section, sandwiched between the header and the footer. This is usually where the majority of webpage content goes. The body also happens to be where you embed the snippet of code to launch TextChat on your website. Just copy and paste the snippet right at the bottom of the body, right above where it says </body>.