You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
why the photo icon doesn't appear in this cod live server??
The text was updated successfully, but these errors were encountered: