View Single Post
  #2 (permalink)  
Old 12-04-2007, 10:36 AM
squirrelnmoose's Avatar
squirrelnmoose squirrelnmoose is offline
Moderator
 
About:
Join Date: Sep 2007
Location: Minnesota, USA
Posts: 516
squirrelnmoose will become famous soon enoughsquirrelnmoose will become famous soon enough

Default


html can go anywhere between the <body></body> tags, where you want the code to run.
Other code, like javascript, may have one link to the script in the <head> section, and the code to run the script in the <body>.

A modern webpage is in 2 parts, the content and the layout.
The content is html or a script/program creating dynamic html content.
and the layout is in CSS (Cascading Style Sheet).

I'm guessing that the website using the term Layout means the body of the page. Unless it's not html code, maybe css or java, or php ...



Reply With Quote