Thursday, May 19, 2011

Memorize

  • This week I learned how to memorized the minimal html. This is the example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>

Thursday, May 5, 2011

Text Formatting in Action

This week I learned chapter 6 from CSS TheMissing Manual.
Here is the link Click !!! but I'm still working on this page.
I hope you like.

Monday, May 2, 2011

Descendent Selector

A descendent selector is made up with two or more selectors separated with a blank space.

Example:

 ol li { 
         style-type: decimal; 
arial, sans-serif;
         background: #ffffff;
         margin: 0; padding: 0;
            }
  

Web Page Design

Introduction how it works Descendent  Selector.