CodeSolved

Solved Programming Questions & Exercises

Link to Mobile Number

Practice Easy 182/ Download 1621 Views

Create a link with the following specifications

By clicking the user link to be able to call directly at 090000000
Link text (contact us)
Title the phrase (call us) be

13 Answers

This answer is only visible to premium members
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

This answer is only visible to premium members

Subscription is currently unavailable.
This answer is only visible to premium members
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

This answer is only visible to premium members

Subscription is currently unavailable.
This answer is only visible to premium members
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

This answer is only visible to premium members

Subscription is currently unavailable.
<!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>
<!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);
}

<< Previous page 1 2 Next page >>

Submit answer

Submitting answers is currently unavailable.

×
×
Close