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.


Wednesday, April 6, 2011

Web Page Design

Hello class 
  • I have been working with CSS style sheet and this what I learned.

In CSS the Selector is the element.
Example:
p{color:#ff0000;

html {color:#ff0000;

p or html is the selector.

  • Declaration blocks  begin with a brace { and end with another brace }, between these braces with "" semi-colon is the Declaration.
Examples:
h2 {
  font-family: "Century Gothic", "Gill Sans", sans-serif;
  color: #000000;
  margin-bottom: 0;
}

  • Property is located before the value and begins with a colon.
Examples:
Margin
font
border
color 

  • Value can be.
Examples:
length                              
percentage
color
url
shape

  • Class Selector started with a (.) and then selector.
Examples:
. special {
   color: #FF0000;
   font-family: " Monotype Corsiva";
}

  • Group Selector helps to save time styling the color at the same time.
Examples:
h1, h2, h3, h4, h5, h6 { color: #F1CD33; }


Thursday, March 3, 2011

Wednesday, December 1, 2010

Investigating Digital Graphics

 Vector graphics and Raster graphics , vector graphics display the information using geometrical shapes all based in mathematical equations and raster graphics display the information using pixels such as dots more  the image is maximized get to see the dots, not like vector that best maximizes get to see more image resolution.I think Google is using vector graphics because the resolution of the image is and look better.

Differences between vector and raster graphic