All the rest: the body section
If you have been studying a good HTML programming tutorial, then you know that in addition to the head section of your webpage, it also contains a body section as well. This is the place where all of the information and programming instructions are placed for those parts of your webpage that the user will see directly when they visit that page. In the body section will be found all of the HTML coding to format and layout your text. It will also contain the various hypertext links that you want to display on your page. The body section will also include coating to properly display any images you need, as well as more complicated elements such as forms and tables.