View on GitHub

ReadingNotes

HTML & JavaScript

HTML Text

Structural Markup

Headings

Paragraph

Bold & Italic

Superscript & Subscrip

Semantic Markup

Strong & Emphasis

Abbreviations & Acronyms

Citations & Definitions

Introducing CSS

Image

CSS Selectors

CSS rules usually appear in a separate document, although they may appear within an HTML page.


Basic JavaScript Instructions

Decisions and Loops

USING COMPARISON OPERATORS :

At the most basic level, you can evaluate two variables using a comparison operator to return a true or false value.

Image

USING LOGICAL OPERATORS :

Image

Loops

Here are some points to consider when you are working with loops.


Home