anotações: registrar. DNS, HTTP, XTHML, CSS. godady.com tld's... .tv or .net or .org dream host.... cs75.net. DNS- > nicknames, IP adresses and so on. wikipedia "php.net" css... to change things automatically at your website. Not needing to do a general find and replace. Just changing one line of code. "csszengarden" yahoo! UI library (YUI) yui reset css yui Fonts css -----------==================== input from users, ( FORMS ) Html... and xhtml definir paragrafos, Hyperlinks, Emails, Imagens and so on. Using css to define every other properties of the elements, like colors of elements. setting all of them together, depending on the tag you're using defining hyperlinks on a web page. css uses pseudo-classes to define it ( link, visited, hover and active) a:link{ } a:visited{ } a:hover{ } a:active{ } and then you set the properties of those pseudo-classes. obs.: that you have to keep this order. eddit table, and bullet list --> must study again the table tags. *for identation is neccessary to use both padding-left and margin-left in order to garatie that all browser will see the text in the same way *to change the cursor, very important when the users puts the pointer over a link, you must use the cursor: url() to do this, setting the a:hover pseudo-class is a very good way to do so. internet explorer uses the image with the extension .cur -- you must find a soft that manipulates that kind of image. to change various groups of elements at the same time using only one "body" is doing by adding a "," to tags. exp h1, h2, p { ... font-style: asfd } page: 138 - 153