reading-note

https://eng-ehabsaleh.github.io/reading-note/

View on GitHub

Now lets talk about the text in HTML & how to manipulate with it

the main idea is HTML elements are used to describe the structure of the page (e.g. headings, subheadings, paragraphs). They also provide semantic information (e.g. where emphasis should be placed, the definition of any acronyms used, when given text is a quotation)

CSS allows you to create rules that specify how the content of an element should appear. For example, you can specify that the background of the page is cream, all paragraphs should appear in gray using the Arial typeface, or that all level one headings should be in a blue, italic, Times typeface.

Javascript is a series of instructions that a computer can follow one-by-one. Each individual instruction or step is known as a statement. Statements should end with a semicolon.

USING SWITCH STATEMENTS