Navigation
Calendar
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| « Aug | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
Internet Explorer Do not show CMYK Image. In this example we are going to see a graphic with diferent format. if you use IE you can not see the graphic at the right hand . if you use FF or crome. YOU CAN SEE BOTH GRAPHIC
In this example I am going to change the size and the color of the some division inside of this html Step 1 Always is good idea to work with CSS, because you can generalize the style for many element as you want. then the first section will be <style> .high { width:50px; height:70px; float:left; [...]