reading-notes

View project on GitHub

HTML & CSS

USE A RENDERING ENGINE TO SHOW THE PAGE ON SCREEN

CSS treats each HTML element as if it appears inside its own box and uses rules to indicate how that element should look Different types of selectors allow you to target your rules at different elements Declarations are made up of two parts: the properties of the element that you want to change, and the values of those properties For example, the font-family property sets the choice of font, and the value arial specifies Arial as the preferred typeface. CSS rules usually appear in a separate document, although they may appear within an HTML page.

Declearing Variables :

In order to declear a variable you have to use keyword for that and to use it you must give it a name, to assigen a value you can use equle sign .

DATATYPES :

  • Numirical data
  • String data
  • Boolean data

    COMPARISON OPERATORS :

  • Greater than <
  • Smaller than >
  • Is equle ==
  • Is not equle !=

    And here is a table :

    Logical Operators :

  • Logical And
  • Logical Or
  • Logical Not

    And here is a table :

Done by Omar al zoubi

Github