https://github.com/simpleneeraj/html-basics
Html Css and Javascript Notes for Professionals
https://github.com/simpleneeraj/html-basics
css html html-css-javascript javascript react
Last synced: 5 months ago
JSON representation
Html Css and Javascript Notes for Professionals
- Host: GitHub
- URL: https://github.com/simpleneeraj/html-basics
- Owner: simpleneeraj
- Created: 2022-06-26T01:02:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T13:08:56.000Z (over 3 years ago)
- Last Synced: 2025-03-15T04:44:59.051Z (9 months ago)
- Topics: css, html, html-css-javascript, javascript, react
- Language: HTML
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Programming Symbols
I know when i started learning programming i don't know these symbol names, so i try to give you a little notes for see when you stuck in programming.
## Popular
| Symbol | Name |
| ------ | -------------- |
| `:` | Colon |
| `;` | Semicolon |
| `' '` | Single Quotes |
| `" "` | Double Quotes |
| `{ }` | Curly Braces |
| `( )` | Round Bracket |
| `[ ]` | Square Bracket |
## Math and Calculation
| Symbol | Name |
| ------ | -------------- |
| `+` | Addition |
| `-` | Subtraction |
| `*` | Multiplication |
| `/` | Division |
| `%` | Modulus |
## Assignment and Equal
| Symbol | Name |
| ------ | ------------------- |
| `=` | Equal |
| `==` | Is Equal To |
| `===` | Strict Equal To |
| `!=` | Is Not Equal To |
| `!==` | Strict Not Equal To |
## Logical
| Symbol | Name |
| ------ | ---- |
| `&&` | AND |
| `॥` | OR |
| `!` | Not |
## `Keyboard Special Characters`
Symbol
Explanation
~
Tilde.
`
Acute, back quote, grave, grave accent, left quote, open quote, or a push.
!
Exclamation mark, exclamation point, or bang.
@
Ampersat, arobase, asperand, at, or at symbol.
#
Octothorpe, number, pound, sharp, or hash.
£
Pound Sterling or Pound symbol.
€
Euro.
$
Dollar sign or generic currency.
¢
Cent sign.
¥
Chinese/Japanese Yuan.
§
Micro or section.
%
Percent.
°
Degree.
&
Ampersand, epershand, or and symbol.
*
Asterisk, mathematical multiplication symbol, and sometimes referred to as a star.
+
Plus.
=
Equal.
{
Open brace, squiggly brackets, or curly bracket.
}
Close brace, squiggly brackets, or curly bracket.
\
Backslash or reverse solidus.
/
Forward slash, solidus, virgule, whack, and mathematical division symbol.
:
Colon.
"
Quote, quotation mark, or inverted commas.
<
Less than or angle brackets.
>
Greater than or angle brackets.
,
Comma.