You must be logged in to access this section.
Login/Sign up<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="fa">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>تماس با ما</title>
<style>
a{
border: 2px solid rgb(68, 68, 68);
border-radius: 5px;
color: rgb(212, 105, 105);
text-decoration: none;
padding: 10px;
}
a:hover{
color: rgb(93, 93, 238);
}
</style>
</head>
<body>
<a href="tel:090000000" title="با ما تماس بگیرید">تماس با ما</a>
</body>
</html>
<!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 graphics program that has 2 fields to enter the number and 4 buttons for subtraction, multiplication and division. By selecting each button, the relevant calculations should be done on the 2 numbers entered and the result is displayed.
Design a form that receives the following information using the best elements from the user and to the register page/ by posting the Post Family Subscribe of Mobile Birthday Country
Design the database of a restaurant and write a query about making tables and keys. Tips: In this restaurant we want to have a list of foods, orders and customers in the system
You must be logged in to access this section.
Login/Sign up 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.