برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام<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 receives 2 numbers as the interval, in which the interval of all the 5 existing numbers. For example, in the interval of 1 to 20 the number 2 times the number 5 repeated (5 and 15)
We want to open a cow door, we don't know the safety password, but we have the following information: the second -digit safing password is the first number of the first digit, the last 4th of the person in one unit is smaller than their first digit ...
Write a program that receives the address of a file as input and prints the file size to megabyte on the output
Write a program that receives a number from the user and prints the multiplication table as the following in the output. Yek adad vared konid: 2 x 1 = 2 2 x 2 = 4 x 3 = 6 2 x 4 = 10 x 6 = 12 2 2 x 7 = 14 2 x 7 = 2
Write a program that receives the user's name from the input and prints the following welcome message what is your name: amirhossein welcome amirhossein
Write a program that receives 2 numbers from the input and prints the larger number
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.