CodeSolved

Solved Programming Questions & Exercises

Link to External Site

Practice Easy 181/ Download 1012 Views

Create a link with the following specifications

Be the phrase link text (click here)
Link to Code-bezan.ir
Title the phrase (programming exercise) be
Link open on the new page

8 Answers

<a href="https://code-bezan.ir" title="تمرین برنامه نویسی" target="_blank">اینجا کلیک کنید</a>
Mma123 Download HTML & CSS
<!DOCTYPE html>
<html>
    <head>
        <title>تمرین برنامه نویسی</title>
    </head>
    <body>
        <a href="https://code-bezan.ir/" target="_blank">اینجا کلیک کنید</a>
    </body>
</html>
<!DOCTYPE html>
<html lang="fa" dir="rtl">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
    </head>
    <body>
        <a href="https://code-bezan.ir" title="تمرین برنامه نویسی" target="_blank">اینجا کلیک کنید</a>
    </body>
</html>
Amirgr Download HTML & CSS
<head>
<titel>تمرین برنامه نوسی</titel>
</head>
<body>
<a href="code-bezan.ir" target="__blank">اینجا کلیک کن</a>
 </body>
<!DOCTYPE html>

<html>
    <body>
        <a href="http://code-bezan.ir" target="_blank" title="تمرین برنامه نویسی">اینجا کلیک کنید </a>
    </body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Temp Page</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            height: 100vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #link {
            color: #c0392b;
            padding: 10px;
            border-radius: 10px;
            text-decoration: none;
            font-size: 20px;
            background-color: #3498db;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        #link:hover {
            background-color: #2980b9;
            color: white;
        }
    </style>
</head>
<body>

    <a href="https://code-bezan.ir" target="_blank" id="link" title="تمرین برنامه نویسی">اینجا کلیک کنید</a>

</body>
</html>
Mostafa Download Python
<!DOCTYPE html>
<html>
<head>
    <title>تمرین برنامه نویسی</title>
    <meta name="author" content="برنامه نویسی">
    <meta name="keywords" content="برنامه نویسی,تمرین,تمرین برنامه نویسی">
    <meta name="descrption" content="تمرینات برنامه نویسی">
    <meta name="viewport" content="widthdivice-width,initial-scale=1.0">
    <meta name="robots" content="index,follow">
</head>
<body>
    <a href="https://code-bezan.ir"> اینجا کلیک کنید</a>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>تمرین برنامه نویسی</title>
    <link rel="stylesheet" href="style3.css"><hr>
</head>
<body>
    <a href="https://codebezan.com/" title="تمرین برنامه نویسی" target="_blank">
        اینجا کلیک کنید 
    </a>
</body>
</html>

Submit answer

Submitting answers is currently unavailable.

×
×
Close