Web Page Basics
3/7/2006
A web page in it's simplist form is a document made of of text and tags. Tags are textual identifiers with < and > characters around it. The most basic of web pages contains the html tag and the body tag. There is typically also a head tag for things like meta information (to describe the page). The body tag is where the content goes. Within it can be tables, links, image references, simple text, and much more.
|