Css Course

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.

CSS Lessons

• Useful questions and answers on Forum HTML - CSS.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which attribute is used in <img> tag for the address of the image?
href src rel
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which CSS code hides the element on page?
display: none; display: inline; position: relative;
#id {
  display: none;
}
What instruction stops the execution of a while() or for() statement?
continue prompt() break
for(var i = 0; i< 8; i++) {
  if(i > 1) break;
  alert(i);
}
Indicate the function that can create a constant.
define() include() defined()
define("CONSTANT_NAME", "value");
echo CONSTANT_NAME;
CSS Course - Free lessons

Last accessed pages

  1. Laravel Views (178)
  2. Redirects (4801)
  3. Create simple Website with PHP (43841)
  4. Creating objects in ActionScript (10091)
  5. Zodiac Signs JavaScript code (11029)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (356)
  2. Read Excel file data in PHP - PhpExcelReader (137)
  3. The Four Agreements (101)
  4. PHP Unzipper - Extract Zip, Rar Archives (101)
  5. The Mastery of Love (97)
Chat
Chat or leave a message for the other users
Full screenInchide