Welcome to Vanesa's blog
Thursday, June 2, 2011
Getting Down with HTML
This is what I learned this week
Here!
And I'm still in the lesson number 8 of Getting Down with HTML.
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;
htm
l
{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
Welcome to my Blog again
Hi ICT class click
here
to enjoy my new website.
Older Posts
Home
Subscribe to:
Posts (Atom)