Thursday, September 30, 2010

colors

Color Values

HTML colors are defined using a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB).

The lowest value that can be given to one of the light sources is 0 (in HEX: 00). The highest value is 255 (in HEX: FF).

HEX values are specified as 3 pairs of two-digit numbers, starting with a # sign

try this tag in the body

Monday, September 27, 2010

Images

HTML The Tag and the Src Attribute


In HTML, images are defined with the tag.
The tag is empty, which means that it contains attributes only, and has no closing tag.
To display an image on a page, you need to use the src attribute. Src stands for "source". The value of the src attribute is the URL of the image you want to display.

some_text
 
HTML The Alt Attribute


The required alt attribute specifies an alternate text for an image, if the image cannot be displayed.
The value of the alt attribute is an author-defined text:
Big Boat
he alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader

Thursday, September 23, 2010

links

Without links, the World Wide Web wouldn't be a web at all! To add a link... you will use the opening tag and closing tag. Whatever appears between these two tags will become underlined and colored, and if you click on the underlined text it will send the browser to the location within the quotes.
Example of a link...

Visit my school!
Visit my school!

If you are just linking to a page in the same folder as your current page, you don't need the domain, just the page name.

What do I mean? Okay, imagine you're at your main page, example.com/index.shtml and you're linking to example.com/contactme.html. You can use the code:

Contact Me

Contact Me

Example of a Mailto: Link...

Send email to the Author

Tuesday, September 21, 2010

blog work

In your blog:
  1. Change the language into English
  2. Go to settings- change language into English
  3. Go to Font and Colors; Customize
  4. Go to posting: Create your first post: answer the question: WHO ARE YOU?
  5. In gadgets, Add in a link list your fellows' blogs and our subject blog: bendinatit4.blogspot.com
  6. In gadgets, add a translator english-spanish, spanish-english
  7. Add your mail adress

Your first website

You are going to create a personal web site.

1. create a folder.


2. In this folder create 4 page
    • index.html        title-home
    • who.html          title-about me
    • where.html       title-where I live
    • what                title-hobbies and oders
    • contact             title-contact
Link all this pages from the homepage and from the pages to the home.

Thursday, September 16, 2010