You must be logged in to access this section.
Login/Sign uplet msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
<!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>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>contact us</title>
<style>
#tel {
display: block;
width: 200px;
height: 50px;
background-color: #4CAF50;
color: white;
text-align: center;
line-height: 50px;
text-decoration: none;
border-radius: 5px;
font-size: 20px;
margin: 100px auto;
}
#tel:hover {
background-color: #45a049;
}
</style>
</head>
<body>
<a href="tel:090000000" id="tel" title="contact us">contact us</a>
</body>
</html>
<a href="tel:090000000">Call to me</a>
<!DOCTYPE html>
<html>
<head>
<title>Project</title>
<link rel="stylesheet" href="project.css" type="text/css">
</head>
<body>
<a href="tel=+989000000" title="با ما تماس بگیرید">با ما تماس بگیرید.</a>
</body>
</html>
<!--CSS-->
@charset 'utf-8';
*{
padding: 0px;
margin: 0xp;
font-style: italic;
box-sizing: border-box;
}
a{
margin: 30px;
text-decoration: none;
color: rgb(90, 90, 230);
}
Submitting answers is currently unavailable.
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.