This course teaches you the basics of Cascading Style Sheets, or CSS as it's commonly abbreviated.
CSS is a simple standardized syntax that gives web designers extensive control over the presentation of their web pages and is an essential component of web design today.
All you need is a simple text editor such as Notepad and a web browser, e.g. Mozilla Firefox, which is free.
• Useful questions and answers on Forum HTML - CSS.
Some content ... <hr /> Content under line ...
h2 { color: #cbdafb; }
var str = "Web courses - http://CoursesWeb.net/"; if(str.indexOf("http://") == -1) alert("http:// isn`t in string"); else alert("http:// is in string");
$str = "apple,banana,melon,pear"; $arr = explode(",", $str); var_export($arr); // array (0=>"apple", 1=>"banana", 2=>"melon", 3=>"pear")