برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام<a hraf="tel:090000000">با من تماس بگیر</a>
<a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a>
<html dir="rtl">
<head>
<title>tel</title>
<style>
a {
text-decoration:none;
color:black;
border:2px dashed black;
border-radius:10px;
padding:5px;
}
</style>
</head>
<body>
<a href="tel:090000000">تماس با ما</a>
</body>
</html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Page title</title> </head> <body> <div> <a href="tel=+989000000">تماس با ما </a> </div> </body> </html>
<!DOCTYPE html> <html lang="fa"> <head> <title>صفحه تماس با ما</title> </head> <body dir="rtl"> <a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a> </body> </html>
<!DOCTYPE html> <html lang="fa"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>تماس با ما</title> </head> <body> <a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a> </body> </html>
<!DOCTYPE html>
<html>
<body>
<a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a>
</body>
</html>
<a href="tel:090000000">Call to me</a>
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<style>
a{
border: 2px solid black;
border-radius: 8px;
color: red;
text-decoration: none;
padding: 5px;
}
a:hover{
color: blue;
}
</style>
</head>
<body>
<a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a>
</body>
</html>
Submitting answers is currently unavailable.
Write a program that can obtain the average infinite number of numbers: First, the program must receive the user's numbers (until the user does not enter the number 0, the numbers must continue ...
Write a function that receives two numbers with one operator (+ - / *) and performs the relevant calculation and returns the result example: CAL (2, '+', 6) #8 CAL (5, ' -', 1 ) #4 CAL (6, '/', 2) #3 CAL (8, '*', 2) #16
Write a function that receives a word and changes each letter to its next letter in the alphabet. Then returned the result. Indeed: "A" turns into "B" "" B "becomes" C "" C "becomes" D "and ........
Write a program that obtained a person's / BMI body / BMI formula and, according to the information below, shows the status of the person BMI = w / h * h formula = weight divided by second power BMI ...
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.