There are two basic parts of every WordPress page which includes the XHTML page and the CSS (Cascading Style Sheet). At minimum, there are three basic building blocks of the WordPress XHTML theme page; HEADER, CONTENT, and FOOTER. Topmost is the HEADER which contains the beginning of your XHTML page coding; the <DOCTYPE> declaration, <TITLE>, <HEAD>, <BODY> and the first bit of coding which comprises the top of your new WordPress blog. These page parts are visible to the world though in the backend lies the WordPress template system that is extremely simple, bringing the building blocks together to assemble the complete page.