Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why the photo icon doesn't appear in this cod live server?? #8

Open
MonaHasanin opened this issue Jul 27, 2023 · 3 comments
Open

why the photo icon doesn't appear in this cod live server?? #8

MonaHasanin opened this issue Jul 27, 2023 · 3 comments

Comments

@MonaHasanin
Copy link

MonaHasanin commented Jul 27, 2023

why the photo icon doesn't appear in this cod live server??


<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="This page contains all the things I am learning how to create as I learn HTML.">
    <title>جافا سكريبت</title>
    <link rel="icon" href="html5.png" type="image/x-icon">
    <link rel="stylesheet" href="style.css">
</head>

<body dir="rtl">
    <div id="container">
        <p id="text">جافا سكريبت في 48 دقيقة - مدخل شامل الى مفاهيم اللغة </p>
        <button id="zar" type="button"> إضغط هنا</button>
        <ul id="menu">
            <li>جافا سكريبت في 48 دقيقة </li>
            <li>مدخل شامل الى مفاهيم اللغة</li>
            <li>نجرب ده كمان</li>
            <li>واخر واحد في الليست</li>
        </ul>
    </div>
    <script src="script.js"></script>
</body>
</html>
@MonaHasanin
Copy link
Author

I solved the problem

@anto112145
Copy link

ok

@MohammadYousof19
Copy link

I had the same problem, I just changed my browser to chrome and the logo appeared.
I was using Microsoft edge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants