reading-notes-ma


Project maintained by mohnalkhateeb Hosted on GitHub Pages — Theme by mattgraham

Basics of HTML, CSS & JS

HTML Text

How CSS works?

Operators

Expressions rely on things called operators; they allow programmers to create a single value from one or more values.

ArithmaticOP

Decision Making

DecisionM

comparison operator

Logical Operators

Logical operators are typically used with Boolean (logical) values; when they are, they return a Boolean value.

Logical Operators

Using of If Statement