PersianStack
What does DHCP stand for? 🎯 Sub | #Question #Aradin0_0 👨💻👩💻| @PersianStack
برای پاسخگویی به سوال در کامنت همین پست از
#پاسخ استفاده کنید 🔥
جواب سوال فردا در کانال قرار میگیره ✅
#پاسخ استفاده کنید 🔥
جواب سوال فردا در کانال قرار میگیره ✅
✨ Interesting hovers in CSS
Site:
https://uicookies.com/css-button-hover/
🎯 Sub | #Css
#Shahab_prgm
👨💻👩💻| @PersianStack
Site:
https://uicookies.com/css-button-hover/
🎯 Sub | #Css
#Shahab_prgm
👨💻👩💻| @PersianStack
uiCookies
30+ CSS Button Hover Effects To Entice Users On Your Site 2021
For those looking for examples and references to get inspirations here at uiCookies we made a list of amazing CSS button hover effects. Enjoy!
int a = 5
int b = 6;
IranStack = a*b; Console.writeline(IranStack); Console.Readkey(); Output➡️➡️⁉️
int b = 6;
IranStack = a*b; Console.writeline(IranStack); Console.Readkey(); Output➡️➡️⁉️
Anonymous Quiz
29%
30
8%
11
1%
-1
62%
⚠️ERROR⚠️
Which of the following files is more useful for exchanging information on the web? 🔄🌐
Anonymous Quiz
36%
HTML
46%
XML
11%
XHTML
7%
DTD
Which web designers' skills are used to optimize the site to identify the search engine?🔍📚
Anonymous Quiz
10%
RSS
78%
SEO
10%
WEB ROBOT
3%
MARKUP
📚 Notepad with Python:
from tkinter import *
root = Tk()
root.geometry("350x350")
root.noscript("My Notes")
root.minsize(height = 250, width = 350)
root.maxsize(height = 250, width = 350)
Scrollbar = Scrollbar(root)
Scrollbar.pack(side = RIGHT, fill = Y)
text_info = Text(root, yscrollcommand = Scrollbar.set)
text_info.pack(fill = BOTH)
Scrollbar.config(command = text_info.yview)
root.mainloop()
➖➖➖➖➖➖➖➖➖➖
🎯 Sub | #Python
#Shahab_prgm
👨💻👩💻| @PersianStack
from tkinter import *
root = Tk()
root.geometry("350x350")
root.noscript("My Notes")
root.minsize(height = 250, width = 350)
root.maxsize(height = 250, width = 350)
Scrollbar = Scrollbar(root)
Scrollbar.pack(side = RIGHT, fill = Y)
text_info = Text(root, yscrollcommand = Scrollbar.set)
text_info.pack(fill = BOTH)
Scrollbar.config(command = text_info.yview)
root.mainloop()
➖➖➖➖➖➖➖➖➖➖
🎯 Sub | #Python
#Shahab_prgm
👨💻👩💻| @PersianStack