There are three elements that create a website; Body, Style, and Behavior. Body can be broken down as the basic code that is used to create the framework of the site. HTML (Hyper Text Markup Language) is the coding language that is used to write the body of the sites. CSS (Cascading Style Sheets) is used as the coding language for the styling of the website creation process. CSS controls the way that elements look and act within entire website. Behavior can be explained on how the user interacts with elements of the site and how the elements intern react with the user. There are multiple coding languages that can be used to control the behavior of a site; some examples are JavaScript, Ajax (Asynchronous JavaScript and XML), PHP (Personal Home Page), and multiple others.