Skip to content

Instantly share code, notes, and snippets.

View pooooriya's full-sized avatar
💭
To be or not to be ,that Is a question

Pouriya Babaali pooooriya

💭
To be or not to be ,that Is a question
View GitHub Profile
### CSS Selectors
```html
1. bytag
h1 {}
2. byId
#id{}
3. byclass
.class{}
1. یک فرم با تمامی اینپوت ها میسازین و با پست ریکوست به جایی ارسال میکنین
حداقل ده تا فیلد باید داشته باشه و از چک باکس و رادیو باتن با تمامی نکاتش استفاده شده باشه
2.https://developer.mozilla.org/en-US/docs/Web/HTML
3. مطالعه ی تمامی اینپوت ها و حل مثال هاش بجز جی اس ها
4. attribute - global -> مطالعه کنین
5. element
6. 5 site متفاوت رو تویه پی دی اف
<!DOCTYPE html>
<html>
<head></head>
<body>
<!-- HEADLINE -->
<!-- <h1>Hello Quera</h1>
<h2>Hello Quera</h2>
<h3>Hello Quera</h3>
<h4>Hello Quera</h4>
<h5>Hello Quera</h5>
@pooooriya
pooooriya / ts-adv.ts
Created February 15, 2024 08:01
generic ts and utility types
// // // 1. Simple Types (premetive) string boolean number null undifiend symbol
// // // const title: string = "pouriya";
// // // const isActive: boolean = true;
// // // const Age: number = 5;
// // // const NullValue: null = null;
// // // const UndeifiendValue: undefined = undefined;
// // // // type zadegi !!!!!! magr dar yek halat
// "use strict";
// Command Linux
// ls -> list system
// cd -> change directory
// mkdir -> directory misazad (folder)
// touch -> file misazad
// rm -rf [esm file] -> file ra pak mikonad
// * -> wild card
@pooooriya
pooooriya / Todo - Hafte Ayande
Created January 11, 2024 11:43
Jalase 3 - JS Basic - Quera Bootcamp
### mashgh
#### 2 روش دیگر متغیر
#### خواندن اسکوپ از روی mdn
#### خواندن اسکوپ از روی variable
#### حفظ کردن ویژگی های آنان