Thursday, February 25, 2010

HTML vs. CSS

HTML is the code for where you put the content shown in the web site. CSS is where all the invisible code is for the look of the web site. The tags are in the html that controls the visual hierarchy. These tags are h1,h2,h3,p,ul,ol,li.

Two other tags are used in the html code but are created in the css and they are div and class tags.
both the html and the css have to be within the same folder for the web site to be working. The css is connected into the html code in the heading section.

No comments:

Post a Comment