أفضل مكتبات الanimation 🪩 لـ JavaScript و CSS بيحتاجها أي frontend developer 💻📱.
<html>
<body>
<form action="" >
<h1>Form elements</h1>
<fieldset>
<legend>Inputs</legend>
Text : <input type="text" size="15" maxlength="15" />
<br>
Number : <input type="number" size="15" maxlength="15" />
<br>
Password : <input type="password" size="15" maxlength="15" />
</fieldset>
<br> <br>
<fieldset>
<legend>Radio buttons</legend>
<input type="radio" /> Option 1
<input type="radio"/> Option 2
<input type="radio" /> Option 3
</fieldset>
<br> <br>
<fieldset>
<legend>Check boxes</legend>
<input type="checkbox"/>Option 1<br>
<input type="checkbox" checked="checked" />Option 2<br>
<input type="checkbox"/>Option 3
</fieldset>
<br> <br>
<fieldset>
<legend>Selector</legend>
<select>
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
<option selected="selected">Option 4</option>
</select>
</fieldset>
<br> <br>
<fieldset>
<legend>Multiple selector</legend>
<select multiple="multiple">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
<option selected="selected">Option 4</option>
</select>
</fieldset>
<br> <br>
<fieldset>
<legend>Form buttons</legend>
<input type="reset" value="reset" />
<input type="submit" value="submit" />
</fieldset>
</form>
</body>
</html>
Form in html √
ch : @codedevelopment √
طريقه بسيطه من طرق سحب سورس ال html لموقع في لغه python ☑️
ch : @codedevelopment √
import requests
url = "https://google.com" #رابط الموقع
result = requests.get(url).text
print(result)
ch : @codedevelopment √
import json
data = {}
while True:
name = input("Enter your name :\n")
age = input("Enter Your Age :\n")
co = input("Enter Your countery :\n")
rem = input("Contenu : \n [y or n]")
data["name"] = {"name":name,"age":age,"from":co}
s = json.dumps(data)
with open("data.json","a") as e:
e.write(s+"\n")
if rem.lower() == "y":
continue
elif rem.lower() == "n":
break
Simple code with json ✓
close-open-all.py
6.8 KB
◍ بوت فتح وقفل الكل .
◍ فتح وقفل من اعدادات الجروب و ليس بالمسح .
- 𝙳𝙴𝚅𝙲𝙾𝙳𝙴𝚁 𝙴𝙱𝙽𝙼𝙰𝚂𝚁.√
◍ ملف بسيط لهدف التعليم √
◍ فتح وقفل من اعدادات الجروب و ليس بالمسح .
- 𝙳𝙴𝚅𝙲𝙾𝙳𝙴𝚁 𝙴𝙱𝙽𝙼𝙰𝚂𝚁.√
◍ ملف بسيط لهدف التعليم √
طريقة عمل نظام الاشعارات باستخدام pusher وقواعد بيانات Mongodb والReactjs
كورس Nodejs علي Udemy مجاني لفتره محدود
الرابط:
NodeJS in Action
Complete course to learn Node.JS with integrated with Elasticsearch, Redis, AngularJS, Yeoman, Grunt, PassportJS, etc...
الرابط:
NodeJS in Action
Complete course to learn Node.JS with integrated with Elasticsearch, Redis, AngularJS, Yeoman, Grunt, PassportJS, etc...
JavaScript How to create Dynamic and Interactive Web pages
Getting started with JavaScript Intro course for Beginners to explore how to apply JavaScript code to update web pages
كورس جافاسكربت علي يوديمي لفتره محدوده الرابط:
JavaScript
Getting started with JavaScript Intro course for Beginners to explore how to apply JavaScript code to update web pages
كورس جافاسكربت علي يوديمي لفتره محدوده الرابط:
JavaScript
Forwarded from تصميم مواقع | UI/UX (حَكمْ | مُطوِر مواقع)
Please open Telegram to view this post
VIEW IN TELEGRAM
اهم مكتبات React js .pdf
87.1 KB
اهم المكتبات الي هتحتاجها في Reactjs
The most important libraries you will need in Reactjs
The most important libraries you will need in Reactjs