In general, HTML controls the "look" of a web site (along with tools like CSS) while PHP and other programming tools are what is used to generate your content. For example, if you wanted to create a web site that allowed a user to select items from a catalog, HTML is what would control how the...