Tuesday, June 5, 2012

Square Root of a Number

Square Root of a Number. Before understanding what the square root of a number is, it is important to understand the meaning of root of a number. The root of a number is an equal factor of the number. For example, find the root of 25 First, we need to factor 25 : 25 = 1 × 25 25 = 5 × 5 The root of 25 is 5 because 5 is the equal factor for 25 We call 5 the square root of 25 The symbol : √ How to find the square root : 1. Trial...

Posted by: Denmas Tugino
Godheg Updated at: Tuesday, June 05, 2012

CSS List Style with Image

With CSS you can set the list of different markers in both the ordered list (indicated using numbers or letters) or an unordered list (marked using a bullet) and set the image as a marker list. We know it in the HTML tag to set the display <ol> "ordered list", and to set the display <ul> "unordered list". CSS List Style with Image, to arrange for an image used as a list. The value used is the location URL of the image . CSS code : <style...

Posted by: Denmas Tugino
Godheg Updated at: Tuesday, June 05, 2012